Skip to content

Commit

Permalink
Check Laravel compatibility using v10
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jul 12, 2023
1 parent 7bba4ba commit ef3c9b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,22 @@ jobs:
- php: 8.3
setup: lowest

- php: 8.0
- php: 8.1
laravel: true
reference: 9.x
reference: 10.x

- php: 8.0
- php: 8.1
laravel: true
reference: 9.x
reference: 10.x
classmap-authoritative: true

- php: 8.2
- php: 8.3
laravel: true
reference: 9.x
reference: master

- php: 8.2
- php: 8.3
laravel: true
reference: 9.x
reference: master
classmap-authoritative: true

- php: 8.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ projects:
source:
type: git
url: https://github.com/laravel/framework.git
reference: 9.x
reference: 10.x
success_only: true
install:
- composer require psr/log:2.0.0 --no-update
Expand Down
1 change: 0 additions & 1 deletion tests/Laravel/laravel-master.multi-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ projects:
reference: master
success_only: true
install:
- composer require psr/log:2.0.0 --no-update
- composer update --prefer-dist --no-interaction --prefer-stable
- echo -e "\nREDIS_HOST=127.0.0.1\nREDIS_PORT=6379" >> .env

0 comments on commit ef3c9b3

Please sign in to comment.