Skip to content

Commit 11bb8fc

Browse files
jrfnlgrogy
authored andcommitted
GH Actions: update for the release of PHP 8.3
... which is expected later today.
1 parent 3b79752 commit 11bb8fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ jobs:
3030
- '7.4'
3131
- '8.0'
3232
- '8.1'
33-
# PHP 8.2 is tested in coverage section
33+
- '8.2'
34+
# PHP 8.3 is tested in coverage section
3435
experimental: [false]
3536

3637
include:
37-
- php: '8.3'
38+
- php: '8.4'
3839
experimental: true
3940

4041
name: "Test on PHP ${{ matrix.php }}"
@@ -84,7 +85,7 @@ jobs:
8485
matrix:
8586
include:
8687
- php: 5.3
87-
- php: 8.2
88+
- php: 8.3
8889
name: "Coverage on PHP ${{ matrix.php }}"
8990
steps:
9091
- name: Checkout code

0 commit comments

Comments
 (0)