diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-13 10:48:28 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-13 10:48:28 +0100 |
| commit | 3868fd40ba58c0f3180242a2076a5037d9b5bc3b (patch) | |
| tree | c5c02f29c2519dcb6545b3436811973a1c87287a /.github/workflows/ci.yaml | |
| parent | 95eec7d94c60fa042920718f9d302d52d745dbb9 (diff) | |
CI: remove f41, add f43
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
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 }} |
