Skip to content

Commit

Permalink
Tests only on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Apr 12, 2024
1 parent 1b0464b commit 895c2bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2]
stability: [prefer-lowest, prefer-stable]
stability: [prefer-stable]
laravel: ['^9.0', '^10.0']
exclude:
- php: 8.2
Expand Down Expand Up @@ -39,5 +39,8 @@ jobs:
- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --with laravel/framework:${{ matrix.laravel }}

- name: Execute code sniffing
run: vendor/bin/phpcs

- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit --verbose

0 comments on commit 895c2bb

Please sign in to comment.