Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lloricode committed Mar 5, 2024
1 parent a2e1e28 commit d268203
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
coverage: none

- name: Install composer dependencies
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,23 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 8.1, 8.2]
laravel: [^8.83.27, ^9.51.0, ^10.0.0]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [^8.83.27, ^9.51.0, ^10.0.0, ^11.0.0]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: ^11.0.0
testbench: ^9.0.0
- laravel: ^10.0.0
testbench: ^8.0.0
- laravel: ^9.51.0
testbench: ^7.22.0
- laravel: ^8.83.27
testbench: ^6.25.1
exclude:
- php: 8.1
laravel: ^11.0.0
- php: 8.0
laravel: ^11.0.0
- php: 8.0
laravel: ^10.0.0
- php: 8.1
Expand Down

0 comments on commit d268203

Please sign in to comment.