Skip to content

Commit

Permalink
feat(l11): laravel 11.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Apr 8, 2024
1 parent a170ca6 commit 0c6839e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ on:
- master
pull_request:


jobs:
tests:

runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
laravel: [5.8.*, ^6.0, ^7.0, ^8.0, ^9.0, ^10.0]
laravel: ['5.8.*', '11.*', ^6.0, ^7.0, ^8.0, ^9.0, ^10.0]
exclude:
- php: 7.1
laravel: ^6.0
Expand Down Expand Up @@ -61,6 +60,18 @@ jobs:
laravel: ^6.0
- php: 8.2
laravel: ^7.0
- laravel: 11.*
php: 7.1
- laravel: 11.*
php: 7.2
- laravel: 11.*
php: 7.3
- laravel: 11.*
php: 7.4
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"require": {
"php": "^7.1.3|^8.0|^8.1",
"craftsys/msg91-php": "^0.15.3",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0|^8.0",
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^5.3|^6.0|^7.0|^8.0|^9.4|^10.0"
},
"config": {
Expand Down

0 comments on commit 0c6839e

Please sign in to comment.