summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-13 10:50:40 +0100
committerRemi Collet <remi@php.net>2025-11-13 10:50:40 +0100
commit7a080d859439810e7b0e704ad47fc7d021cf0db3 (patch)
treedb36706eb71ed035b7d9fb3d1e85fe212dd6a9a1 /.github/workflows/ci.yaml
parent3868fd40ba58c0f3180242a2076a5037d9b5bc3b (diff)
CI: add 8.5HEADmaster
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ca23e7b..7dcbf25 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
matrix:
distro: ['rockylinux']
el: [9]
- php: [0, '8.2', '8.3', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
+ php: [0, '8.2', '8.3', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4', 'remi-8.5']
container:
image: ${{ matrix.distro }}:${{ matrix.el }}
steps:
@@ -43,7 +43,7 @@ jobs:
matrix:
distro: ['almalinux']
el: [10]
- php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
+ php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4', 'remi-8.5']
container:
image: ${{ matrix.distro }}:${{ matrix.el }}
steps:
@@ -77,7 +77,7 @@ jobs:
strategy:
matrix:
fedora: [42, 43]
- php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
+ php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4', 'remi-8.5']
container:
image: fedora:${{ matrix.fedora }}
steps: