summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-21 10:09:34 +0200
committerRemi Collet <remi@php.net>2026-04-21 10:09:34 +0200
commitb6f90be48ca8cef2de9fa9abb7104513b7cf15ad (patch)
treeb208088d1eb527603f44fc678fbb9e45f0dfbd7a /.github/workflows/ci.yaml
parent18943c394cfca8c30d5f9d9836ab8b7787761e81 (diff)
drop F42, add F44 in CI
Diffstat (limited to '.github/workflows/ci.yaml')
-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 e78ae08..b3d957d 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- fedora: [42, 43]
+ fedora: [43, 44]
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 }}