summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-04 08:50:14 +0200
committerRemi Collet <remi@php.net>2024-09-04 08:50:14 +0200
commitc158f17c3a84c2219e81b8aacc88acc80f63cc59 (patch)
treea3916fafcc07868fb06c79ffc59c49bb2efb72ec
parent54d844e4f94facd70c005344967b5b4b0eb4131f (diff)
use full stream name for consistency
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 45b61a4..502f8fe 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
fedora: [39, 40, 41]
- php: [0, '8.0', '8.1', '8.2', '8.3']
+ php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3']
container:
image: fedora:${{ matrix.fedora }}
steps:
@@ -52,7 +52,7 @@ jobs:
if: ${{ matrix.php }}
run: |
dnf install -y "https://rpms.remirepo.net/fedora/remi-release-${{ matrix.fedora }}.rpm"
- dnf module enable -y "php:remi-${{ matrix.php }}"
+ dnf module enable -y "php:${{ matrix.php }}"
- name: Install PHP
run: |
dnf install -y "php" "php-devel" "libxcrypt-devel"