Skip to content

Commit

Permalink
Test on L11
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Jul 22, 2024
1 parent 1a2c4cc commit b9fb82e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
dependency-version: [ stable, lowest ]
laravel: [ ^8.79, ^9.50.2, 10.* ]
php: [ 8.0, 8.1, 8.2 ]
laravel: [ ^8.79, ^9.50.2, 10.*, 11.* ]
php: [ 8.0, 8.1, 8.2, 8.3 ]
include:
- laravel: ^8.79
testbench: ^6.24
Expand All @@ -27,7 +27,9 @@ jobs:
- php: 8.2
laravel: ^8.79
- php: 8.0
laravel: 10.*
laravel: 11.*
- php: 8.0
laravel: [ 10.*, 11.* ]

timeout-minutes: 10
name: "${{ matrix.php }} / ${{ matrix.laravel }} (${{ matrix.dependency-version }})"
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
],
"require": {
"php": ">=7.4",
"illuminate/contracts": "^v7|^8|^9|^10|11.x-dev|dev-master",
"illuminate/support": "^v7|^8|^9|^10|11.x-dev|dev-master",
"illuminate/http": "^v7|^8|^9|^10|11.x-dev|dev-master",
"illuminate/routing": "^v7|^8|^9|^10|11.x-dev|dev-master",
"illuminate/validation": "^v7|^8|^9|^10|11.x-dev|dev-master",
"illuminate/contracts": "^v7|^8|^9|^10|^11|12.x-dev|dev-master",
"illuminate/support": "^v7|^8|^9|^10|^11|12.x-dev|dev-master",
"illuminate/http": "^v7|^8|^9|^10|^11|12.x-dev|dev-master",
"illuminate/routing": "^v7|^8|^9|^10|^11|12.x-dev|dev-master",
"illuminate/validation": "^v7|^8|^9|^10|^11|12.x-dev|dev-master",
"commerceguys/addressing": "^v1.2",
"symfony/intl": "^v4.2|^v5.0|^v6.0",
"symfony/intl": "^v4.2|^v5.0|^v6.0|^7.0",
"commerceguys/intl": "^v1.1",
"doctrine/collections": "^1.6.2"
},
Expand Down

0 comments on commit b9fb82e

Please sign in to comment.