Skip to content

Commit 69718cb

Browse files
committed
Add newer PHP versions to automated testing workflow
1 parent de29aa2 commit 69718cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: ['5.6', '7.0', '7.1']
11+
php: ['7.0', '7.1', '7.2', '7.3', '7.4']
1212

1313
name: PHP ${{ matrix.php }} tests
1414
steps:

0 commit comments

Comments
 (0)