diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-25 13:44:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-25 13:44:01 +0200 |
commit | cf0068ceba470ba260467992ced4ac8b8f11b763 (patch) | |
tree | 691509afad78b13306c8d544851adc5fb4bd68d8 /.github/workflows | |
parent | 7b3ed4a0828239a6ba5f61f321097e8e1d4d538e (diff) |
add PHP 8.5 to CI
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77aab63..fdd0606 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: matrix: distro: ['rockylinux'] el: [8] - php: ['8.0', '8.2', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4'] + php: ['8.0', '8.2', '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: ['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: @@ -75,7 +75,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: @@ -109,7 +109,7 @@ jobs: strategy: matrix: fedora: [41, 42] - 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: |