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.
2 parents 691409c + 12f322d commit a06111eCopy full SHA for a06111e
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
10
name: php${{ matrix.php-versions }} lint
11
steps:
12
- name: Checkout
0 commit comments