Skip to content

Instantly share code, notes, and snippets.

@amenophis
Created August 22, 2019 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amenophis/2bf9b6a3a9e76e61357b76bba82fb01a to your computer and use it in GitHub Desktop.
Save amenophis/2bf9b6a3a9e76e61357b76bba82fb01a to your computer and use it in GitHub Desktop.
name: CI
on: [push]
jobs:
test-php:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.3, 7.4]
steps:
- uses: actions/checkout@v1
- uses: docker://php:${{ matrix.php }}-alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment