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 ef4df85 commit c70c829Copy full SHA for c70c829
.github/workflows/lint.yml
@@ -10,9 +10,9 @@ jobs:
10
build:
11
12
strategy:
13
- fail-fast: true
14
- matrix:
15
- php: ['7.4', '8.0']
+ fail-fast: true
+ matrix:
+ php: ['7.4', '8.0', '8.1']
16
17
runs-on: ubuntu-latest
18
name: PHP@${{ matrix.php }}
.github/workflows/test.yml
@@ -1,4 +1,3 @@
1
-
2
name: test
3
4
on:
@@ -11,9 +10,9 @@ jobs:
- php: ['7.3', '7.4', '8.0']
+ php: ['7.3', '7.4', '8.0', '8.1']
19
0 commit comments