Skip to content

Commit

Permalink
use full stream name for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 4, 2024
1 parent 54d844e commit c158f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit c158f17

Please sign in to comment.