summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-13 11:04:13 +0100
committerRemi Collet <remi@php.net>2025-11-13 11:04:13 +0100
commit36e8750739133d11910f1add780b4eb62e82b00f (patch)
tree8a92db21995b866e296e7d9c07acd765c57a6df5
parent34d71f568850a7d7cc84705036d6b5b96a722228 (diff)
CI: remove f41, add f43HEADmaster
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index fdd0606..792341d 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- fedora: [41, 42]
+ fedora: [42, 43]
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 }}