diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-19 09:34:43 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-19 09:34:43 +0100 |
commit | 16b8205a4d0f7abc2d1d4c5d21b29722c0b6a659 (patch) | |
tree | 8103f0148752b6087c59a7aca87c7aa5438c14b2 /.github/workflows | |
parent | 75800f0bd69e8a72bb5a6c719a66569ba6be730f (diff) |
Diffstat (limited to '.github/workflows')
-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 a18dd09..7c0625f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - fedora: [39, 40, 41] + fedora: [40, 41] php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4'] container: image: fedora:${{ matrix.fedora }} |