Skip to content

Commit

Permalink
- fixed action.
Browse files Browse the repository at this point in the history
  • Loading branch information
uttamrabadiya committed Jan 8, 2024
1 parent 1cf9508 commit 3be7316
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ jobs:
matrix:
os: [ubuntu-latest]
php: ['7.3', '7.4', '8.1', '8.2', '8.3']
dependency-version: [prefer-lowest, prefer-stable]

name: "PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}"
name: "PHP ${{ matrix.php }} - ${{ matrix.os }}"

steps:
- name: "Checkout"
Expand All @@ -25,7 +24,7 @@ jobs:
coverage: "none"

- name: "Install PHP dependencies"
run: "composer install --${{ matrix.dependency-version }} --no-interaction --no-progress"
run: "composer install --prefer-stable --no-interaction --no-progress"

- name: "Unit Tests"
run: "vendor/bin/phpunit --colors=always"

0 comments on commit 3be7316

Please # to comment.