Skip to content

Commit 3d9b69a

Browse files
authored
7.8.x still needs to be tested on PHP 8.2 (#968)
1 parent 130a9bf commit 3d9b69a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-version:
20-
- "8.3"
20+
- "8.2"
2121

2222
steps:
2323
- uses: "actions/checkout@v4"
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
php-version:
42-
- "8.3"
42+
- "8.2"
4343

4444
steps:
4545
- uses: "actions/checkout@v4"
@@ -62,6 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
php-version:
65+
- "8.2"
6566
- "8.3"
6667
- "8.4"
6768
dependencies:
@@ -89,7 +90,7 @@ jobs:
8990
# strategy:
9091
# matrix:
9192
# php-version:
92-
# - "8.3"
93+
# - "8.2"
9394
#
9495
# steps:
9596
# - uses: "actions/checkout@v4"
@@ -126,7 +127,7 @@ jobs:
126127
strategy:
127128
matrix:
128129
php-version:
129-
- "8.3"
130+
- "8.2"
130131

131132
steps:
132133
- uses: "actions/checkout@v4"
@@ -146,7 +147,7 @@ jobs:
146147
strategy:
147148
matrix:
148149
php-version:
149-
- "8.3"
150+
- "8.2"
150151

151152
steps:
152153
- uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)