Skip to content

Commit

Permalink
fixed matrix run
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 18, 2024
1 parent 547b3c8 commit 84c2495
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
include:
# also try a future version
- php-version: "8.4"
composer-param: [
"update --no-progress --prefer-dist --prefer-lowest",
"update --no-progress --prefer-dist"
]
composer-param: "update --no-progress --prefer-dist --prefer-lowest"
experimental: true
- php-version: "8.4"
composer-param: "update --no-progress --prefer-dist"
experimental: true
name: "PHP ${{ matrix.php-version }} test"
steps:
- name: "Check if PHP ${{ matrix.php-version }} is supported"
if: "matrix.experimental == 'true'"
if: "matrix.experimental == true"
run: "echo 'PHP ${{ matrix.php-version }} is experimental'"
- name: "checkout project"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit 84c2495

Please sign in to comment.