Skip to content

Commit 1457501

Browse files
Remove PHP8 test
1 parent e55ddd6 commit 1457501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macos-latest]
12-
php-versions: ["7.3", "7.4", "8"]
12+
php-versions: ["7.3", "7.4"]
1313
phpunit-version: ["7", "8", "9"]
1414
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }} (PHPUnit ${{ matrix.phpunit-version }})
1515
steps:

0 commit comments

Comments
 (0)