Skip to content

Commit 99b85fa

Browse files
committed
Drop 7.4
1 parent e651f68 commit 99b85fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 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,9 +85,9 @@ jobs:
8585
strategy:
8686
matrix:
8787
php-version:
88-
- '7.4'
89-
- '8.0'
9088
- '8.1'
89+
- '8.2'
90+
- '8.3'
9191

9292
steps:
9393
-
@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
matrix:
120120
php-version:
121-
- '7.4'
121+
- '8.1'
122122
steps:
123123
-
124124
name: "Checkout code"

0 commit comments

Comments
 (0)