Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoispag authored Jun 25, 2024
1 parent fd2a454 commit 07f934e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
fail-fast: false
matrix:
php:
- '8.2'
- '8.3'
laravel:
- 10.*
- 11.*
prefer:
- 'prefer-lowest'
# - 'prefer-lowest'
- 'prefer-stable'
include:
- laravel: 10.*
Expand Down Expand Up @@ -57,6 +56,7 @@ jobs:
- name: Run tests
run: |
chmod -R 777 storage bootstrap/cache
CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
Expand Down

0 comments on commit 07f934e

Please sign in to comment.