summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-13 10:48:28 +0100
committerRemi Collet <remi@php.net>2025-11-13 10:48:28 +0100
commit3868fd40ba58c0f3180242a2076a5037d9b5bc3b (patch)
treec5c02f29c2519dcb6545b3436811973a1c87287a /.github
parent95eec7d94c60fa042920718f9d302d52d745dbb9 (diff)
CI: remove f41, add f43
Diffstat (limited to '.github')
-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 9277819..ca23e7b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -76,7 +76,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']
container:
image: fedora:${{ matrix.fedora }}