Skip to content

Commit fb9a165

Browse files
committed
Add testing of moodle-plugin-ci on PHP 8.4
1 parent dea45ab commit fb9a165

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
include:
78-
- php: '8.3'
78+
- php: '8.4'
7979
moodle-branch: 'main'
8080
moodle-app: 'true'
8181
- php: '8.3'
@@ -202,7 +202,7 @@ jobs:
202202
matrix:
203203
include:
204204
# Each supported PHP version once. That's enough.
205-
- php: '8.3'
205+
- php: '8.4'
206206
moodle-branch: 'main'
207207
moodle-app: 'true'
208208
- php: '8.3'
@@ -294,6 +294,7 @@ jobs:
294294
matrix:
295295
include:
296296
# Each supported PHP version once. That's enough.
297+
- php: '8.4'
297298
- php: '8.3'
298299
- php: '8.2'
299300
- php: '8.1'

0 commit comments

Comments
 (0)