Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 10, 2024
1 parent 3bbd1e9 commit bc07ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/strict-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
experimental:
- false

name: PHP${{ matrix.php }} with PHPUnit${{ matrix.phpunit }}
name: PHP${{ matrix.php }} with PHPUnit:${{ matrix.phpunit }}

steps:
- name: Checkout code
Expand All @@ -44,7 +44,7 @@ jobs:
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache --with 'phpunit/phpunit=${{ matrix.phpunit }}'"
composer-options: "--prefer-dist --no-cache --with phpunit/phpunit=${{ matrix.phpunit }}"

- name: Installed dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
experimental:
- false

name: PHP${{ matrix.php }} with PHPUnit${{ matrix.phpunit }} on ${{ matrix.os }} (${{ matrix.dependencies }})
name: PHP${{ matrix.php }} with PHPUnit:${{ matrix.phpunit }} on ${{ matrix.os }} (${{ matrix.dependencies }})

steps:
- name: Checkout code
Expand All @@ -46,7 +46,7 @@ jobs:
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache --with 'phpunit/phpunit=${{ matrix.phpunit }}'"
composer-options: "--prefer-dist --no-cache --with phpunit/phpunit=${{ matrix.phpunit }}"

- name: Installed dependencies
run: |
Expand Down

0 comments on commit bc07ce1

Please sign in to comment.