Skip to content

Commit 45ef59e

Browse files
authored
Merge pull request #22 from soap/develop
Develop
2 parents 33d142a + 4ce7d71 commit 45ef59e

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'composer.lock'
1212
pull_request:
1313
branches: [ "main", "develop" ]
14+
1415
jobs:
1516
test:
1617
runs-on: ${{ matrix.os }}
@@ -20,9 +21,12 @@ jobs:
2021
matrix:
2122
os: [ubuntu-latest]
2223
php: [8.3, 8.2]
23-
laravel: [11.*, 10.*]
24+
laravel: [12.*, 11.*, 10.*]
2425
stability: [prefer-stable]
2526
include:
27+
- laravel: 12.*
28+
testbench: 10.*
29+
carbon: ^3.8
2630
- laravel: 11.*
2731
testbench: 9.*
2832
carbon: ^2.63

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/contracts": "^10.0||^11.0",
20+
"illuminate/contracts": "^10.0||^11||^12.0",
2121
"spatie/laravel-package-tools": "^1.16",
22-
"zerodahero/laravel-workflow": "^6.0.0"
22+
"zerodahero/laravel-workflow": "^6.2"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.14",
26-
"nunomaduro/collision": "^8.1.1||^7.10.0",
27-
"orchestra/canvas": "^8.8||^9.1",
28-
"orchestra/testbench": "^9.0.0||^8.22.0",
29-
"pestphp/pest": "^2.34",
30-
"pestphp/pest-plugin-arch": "^2.7",
31-
"pestphp/pest-plugin-laravel": "^2.3",
26+
"nunomaduro/collision": "^7.10.0||^8.1.1||^8.3",
27+
"orchestra/canvas": "^8.8||^9.1||^10.0",
28+
"orchestra/testbench": "^8.22.0||^9.0.0||^10.0",
29+
"pestphp/pest": "^2.4||^3.0",
30+
"pestphp/pest-plugin-arch": "^2.7||^3.0",
31+
"pestphp/pest-plugin-laravel": "^2.0||^3.0",
3232
"phpstan/extension-installer": "^1.3",
3333
"phpstan/phpstan": "^1.0",
3434
"phpstan/phpstan-deprecation-rules": "^1.1",

0 commit comments

Comments
 (0)