Skip to content

Commit f9b4559

Browse files
committed
Support all versions
1 parent 956e233 commit f9b4559

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
php-version:
22-
- '8.0'
22+
- '8.1'
2323

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

5757
steps:
5858
-
@@ -85,9 +85,10 @@ jobs:
8585
strategy:
8686
matrix:
8787
php-version:
88-
- '8.0'
8988
- '8.1'
9089
- '8.2'
90+
- '8.3'
91+
- '8.4'
9192

9293
steps:
9394
-

0 commit comments

Comments
 (0)