summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-27 09:12:43 +0200
committerRemi Collet <remi@php.net>2024-09-27 09:12:43 +0200
commit6d84b5cacce59beaa56e44f027e3409dcc5569fc (patch)
treec896bb3e93cc1ccb2583ba5f918aeddd04e76699 /.github
parente421ecdea252af466ea058fb962c9eb91aa33790 (diff)
add 8.4 to CIHEADmaster
Diffstat (limited to '.github')
-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 b0bc6f8..7e7c484 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']
+ php: ['8.0', '8.2', 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
container:
image: ${{ matrix.distro }}:${{ matrix.el }}
steps:
@@ -43,7 +43,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:
@@ -74,7 +74,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: