Skip to content

Commit

Permalink
chore: updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
armezit committed Jun 2, 2023
1 parent 440b85d commit 7b16436
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
laravel: [9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- php: 8.1
laravel: 9.*
- laravel: 9.*
testbench: 7.*
- php: 8.2
laravel: 10.*
- laravel: 10.*
testbench: 8.*
carbon: ^2.63

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand All @@ -47,6 +46,7 @@ jobs:
composer require \
"laravel/framework:${{ matrix.laravel }}" \
"orchestra/testbench:${{ matrix.testbench }}" \
"nesbot/carbon:${{ matrix.carbon }}"
spatie/laravel-package-tools \
--no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
Expand All @@ -55,4 +55,4 @@ jobs:
run: composer show

- name: Execute tests
run: vendor/bin/pest
run: vendor/bin/pest --ci

0 comments on commit 7b16436

Please sign in to comment.