Skip to content

Commit 9537096

Browse files
authored
Build on PHP 8.1 (#85)
1 parent 5af9aef commit 9537096

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
php: [7.4, 8.0]
26+
php: [7.4, 8.0, 8.1]
2727
dependencies: [locked]
2828

2929
steps:
@@ -76,7 +76,7 @@ jobs:
7676

7777
strategy:
7878
matrix:
79-
php: [7.4,8.0]
79+
php: [7.4,8.0, 8.1]
8080

8181
dependencies: [locked]
8282

@@ -134,7 +134,7 @@ jobs:
134134

135135
strategy:
136136
matrix:
137-
php: [7.4, 8.0]
137+
php: [7.4, 8.0, 8.1]
138138

139139
dependencies:
140140
- "lowest"
@@ -185,7 +185,7 @@ jobs:
185185

186186
strategy:
187187
matrix:
188-
php: [7.4, 8.0]
188+
php: [7.4, 8.0, 8.1]
189189

190190
dependencies:
191191
- "locked"

0 commit comments

Comments
 (0)