Skip to content

Commit ecd513d

Browse files
committed
[Worklow_PHP_8] Disable PHP 8.0 for now, as it is not working
1 parent 3d57816 commit ecd513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
operating-system: [ ubuntu-latest ]
16-
php: [ '7.4', '8.0' ]
16+
php: [ '7.4' ]
1717

1818
name: PHP ${{ matrix.php }}
1919

0 commit comments

Comments
 (0)