Skip to content

Commit

Permalink
Laravel 11 specific release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Friars committed Feb 1, 2025
1 parent 09be5f7 commit ceeba23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: [10.*, 11.*]
php: [8.2, 8.3, 8.4]
laravel: [^11]
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3]
laravel: [11.*]
php: [8.4]
laravel: [^11]
stability: [prefer-stable]

steps:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10|^11",
"php": "^8.2",
"illuminate/contracts": "^11",
"plank/laravel-hush": "^11.1",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^8.1.1|^7.10.0",
"orchestra/testbench": "^9.0.0|^8.22.0",
"nunomaduro/collision": "^8.1.1",
"orchestra/testbench": "^9.0.0",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.5",
"pestphp/pest-plugin-laravel": "^2.0"
Expand Down Expand Up @@ -78,4 +78,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit ceeba23

Please sign in to comment.