diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-27 09:13:18 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-27 09:13:18 +0200 |
commit | 01f33d336441de1141b13003132cce064beee632 (patch) | |
tree | a15210953a404ed032a3820adbc8f32f8b8b17e5 | |
parent | 67c9145a1e882408949fe073f7daabcfaf983329 (diff) |
add 8.4 to CI
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 502f8fe..a18dd09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: matrix: distro: ['rockylinux'] el: [9] - php: [0, '8.1', '8.2', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3'] + php: [0, '8.1', '8.2', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4'] container: image: ${{ matrix.distro }}:${{ matrix.el }} steps: @@ -42,7 +42,7 @@ jobs: strategy: matrix: fedora: [39, 40, 41] - php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3'] + php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4'] container: image: fedora:${{ matrix.fedora }} steps: |