Skip to content

Commit 91bc56e

Browse files
committed
Test CI: Exclude PHP "8+" for the moment
As PHPUnit 7.5 is the latest version compatible with PHP 7.1 but not compatible with PHP 8+
1 parent 3fe92fe commit 91bc56e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ 'ubuntu-latest' ]
11-
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
11+
php-versions: [ '7.1', '7.2', '7.3', '7.4' ]
1212
phpunit-version: [ '9.5' ]
1313
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
1414
steps:

0 commit comments

Comments
 (0)