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 5af9aef commit 9537096Copy full SHA for 9537096
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
24
strategy:
25
matrix:
26
- php: [7.4, 8.0]
+ php: [7.4, 8.0, 8.1]
27
dependencies: [locked]
28
29
steps:
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
- php: [7.4,8.0]
+ php: [7.4,8.0, 8.1]
80
81
82
@@ -134,7 +134,7 @@ jobs:
134
135
136
137
138
139
dependencies:
140
- "lowest"
@@ -185,7 +185,7 @@ jobs:
185
186
187
188
189
190
191
- "locked"
0 commit comments