We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e942147 commit d4ca4baCopy full SHA for d4ca4ba
1 file changed
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
strategy:
38
matrix:
39
- php: ['7.2', '7.3', '7.4', '8.0']
+ php: ['7.2', '7.3', '7.4'] # '8.0'
40
41
name: PHP ${{ matrix.php }} tests
42
steps:
0 commit comments