Skip to content

Commit 7a080d8

Browse files
committed
CI: add 8.5
1 parent 3868fd4 commit 7a080d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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.2', '8.3', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
14+
php: [0, '8.2', '8.3', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4', 'remi-8.5']
1515
container:
1616
image: ${{ matrix.distro }}:${{ matrix.el }}
1717
steps:
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
distro: ['almalinux']
4545
el: [10]
46-
php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
46+
php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4', 'remi-8.5']
4747
container:
4848
image: ${{ matrix.distro }}:${{ matrix.el }}
4949
steps:
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
fedora: [42, 43]
80-
php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
80+
php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4', 'remi-8.5']
8181
container:
8282
image: fedora:${{ matrix.fedora }}
8383
steps:

0 commit comments

Comments
 (0)