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 27ab3b3 commit d060902Copy full SHA for d060902
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
php-version:
22
- - '7.4'
+ - '8.1'
23
24
steps:
25
-
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
@@ -85,8 +85,10 @@ jobs:
85
86
87
88
89
- - '8.0'
+ - '8.2'
90
+ - '8.3'
91
+ - '8.4'
92
93
94
0 commit comments