We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de29aa2 commit 69718cbCopy full SHA for 69718cb
.github/workflows/phpunit.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- php: ['5.6', '7.0', '7.1']
+ php: ['7.0', '7.1', '7.2', '7.3', '7.4']
12
13
name: PHP ${{ matrix.php }} tests
14
steps:
0 commit comments