Created
August 22, 2019 21:07
-
-
Save amenophis/2bf9b6a3a9e76e61357b76bba82fb01a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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