Skip to content

Commit d060902

Browse files
committed
Update CI
1 parent 27ab3b3 commit d060902

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
php-version:
22-
- '7.4'
22+
- '8.1'
2323

2424
steps:
2525
-
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
php-version:
55-
- '7.4'
55+
- '8.1'
5656

5757
steps:
5858
-
@@ -85,8 +85,10 @@ jobs:
8585
strategy:
8686
matrix:
8787
php-version:
88-
- '7.4'
89-
- '8.0'
88+
- '8.1'
89+
- '8.2'
90+
- '8.3'
91+
- '8.4'
9092

9193
steps:
9294
-

0 commit comments

Comments
 (0)