Skip to content

Commit 1c2cfdd

Browse files
authored
Merge pull request #19 from protonemedia/laravel-12
Support for Laravel 12
2 parents 6c3777d + 6e809b1 commit 1c2cfdd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
matrix:
1515
os: [ubuntu-22.04]
1616
php: [8.4, 8.3, 8.2]
17-
laravel: [11.*, 10.*]
17+
laravel: [12.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20+
- laravel: 12.*
21+
testbench: 10.*
2022
- laravel: 11.*
2123
testbench: 9.*
22-
- laravel: 10.*
23-
testbench: 8.*
2424

2525
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2626

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.2|^8.3|^8.4",
20-
"illuminate/process": "^10.0|^11.0",
20+
"illuminate/process": "^11.43|^12.0",
2121
"spatie/laravel-package-tools": "^1.13.0",
2222
"spatie/temporary-directory": "^2.1"
2323
},
@@ -27,10 +27,10 @@
2727
"require-dev": {
2828
"laravel/pint": "^1.0",
2929
"nunomaduro/collision": "^7.0|^8.0",
30-
"orchestra/testbench": "^8.0|^9.0",
31-
"pestphp/pest": "^2.0",
32-
"pestphp/pest-plugin-laravel": "^2.0",
33-
"phpunit/phpunit": "^10.4"
30+
"orchestra/testbench": "^9.0|^10.0",
31+
"pestphp/pest": "^3.0",
32+
"pestphp/pest-plugin-laravel": "^3.0",
33+
"phpunit/phpunit": "^10.4|^11.5.3"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)