Skip to content

Commit

Permalink
Fix tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Sep 8, 2024
1 parent 1ac4fc4 commit dcd2803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, 8.2, 8.3]
php: ['8.0', '8.1', '8.2', '8.3']

name: Test with php ${{ matrix.php }} on ${{ matrix.os }}

Expand All @@ -39,7 +39,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Run tests
run: ./vendor/bin/pest

0 comments on commit dcd2803

Please sign in to comment.