Skip to content

Commit d4ca4ba

Browse files
committed
Temporarily comment php 8.0 from CI (contributte/console is not compatible)
1 parent e942147 commit d4ca4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
39-
php: ['7.2', '7.3', '7.4', '8.0']
39+
php: ['7.2', '7.3', '7.4'] # '8.0'
4040

4141
name: PHP ${{ matrix.php }} tests
4242
steps:

0 commit comments

Comments
 (0)