Skip to content
Prev Previous commit
Next Next commit
[Worklow_PHP_8] Disable PHP 8.0 for now, as it is not working
  • Loading branch information
lkck24 committed Oct 24, 2020
commit ecd513d9b30f645849d6dcd714b00a9e793b2c92
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '7.4', '8.0' ]
php: [ '7.4' ]

name: PHP ${{ matrix.php }}

Expand Down