Skip to content

Commit 597242a

Browse files
committed
CI: Test PHP 7.2 to 8.4
1 parent 954ac39 commit 597242a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
15-
php-version: [ '7.2', '7.3', '7.4', '8.0' ]
15+
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
1616
include:
1717
- operating-system: ubuntu-latest
1818
php-version: '7.2'
@@ -44,4 +44,3 @@ jobs:
4444

4545
- name: Check code coverage
4646
run: ./vendor/bin/coverage-check clover.xml 100
47-
if: matrix.php-version != '8.0'

0 commit comments

Comments
 (0)