Skip to content

Commit 01f33d3

Browse files
committed
add 8.4 to CI
1 parent 67c9145 commit 01f33d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
distro: ['rockylinux']
1313
el: [9]
14-
php: [0, '8.1', '8.2', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3']
14+
php: [0, '8.1', '8.2', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
1515
container:
1616
image: ${{ matrix.distro }}:${{ matrix.el }}
1717
steps:
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
fedora: [39, 40, 41]
45-
php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3']
45+
php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
4646
container:
4747
image: fedora:${{ matrix.fedora }}
4848
steps:

0 commit comments

Comments
 (0)