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 bb7bca0 commit d0479cfCopy full SHA for d0479cf
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: true
12
matrix:
13
- php: [7.2, 7.3, 7.4]
+ php: [7.2, 7.3, 7.4, 8.0]
14
stability: [prefer-lowest, prefer-stable]
15
16
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}
0 commit comments