Skip to content

Commit 1471a4a

Browse files
committed
WIP
1 parent 9aa68e1 commit 1471a4a

File tree

4 files changed

+725
-576
lines changed

4 files changed

+725
-576
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,13 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
include:
17-
- laravel: 11
17+
- laravel: 12
1818
php: "8.4"
19-
- laravel: 11
19+
- laravel: 12
2020
php: "8.3"
2121

22-
- laravel: 10
23-
php: "8.3"
24-
- laravel: 10
25-
php: "8.2"
26-
27-
- laravel: 9
22+
- laravel: 11
2823
php: "8.2"
29-
- laravel: 9
30-
php: "8.1"
31-
- laravel: 9
32-
php: "8.0"
33-
34-
- laravel: 8
35-
php: "8.1"
36-
- laravel: 8
37-
php: "8.0"
38-
- laravel: 8
39-
php: "7.4"
40-
- laravel: 8
41-
php: "7.3"
4224
name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
4325
steps:
4426
- uses: actions/checkout@v3

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"require": {
2424
"doctrine/dbal": "^3|^4",
2525
"php": "^7.3|^8.0",
26-
"illuminate/bus": "^8.0|^9.0|^10.0|^11.0",
27-
"illuminate/database": "^8.40.0|^9.0|^10.0|^11.0",
28-
"illuminate/events": "^8.0|^9.0|^10.0|^11.0",
29-
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
30-
"illuminate/queue": "^8.0|^9.0|^10.0|^11.0",
31-
"illuminate/routing": "^8.0|^9.0|^10.0|^11.0",
26+
"illuminate/bus": "^8.0|^9.0|^10.0|^11.0|^12.0",
27+
"illuminate/database": "^8.40.0|^9.0|^10.0|^11.0|^12.0",
28+
"illuminate/events": "^8.0|^9.0|^10.0|^11.0|^12.0",
29+
"illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0",
30+
"illuminate/queue": "^8.0|^9.0|^10.0|^11.0|^12.0",
31+
"illuminate/routing": "^8.0|^9.0|^10.0|^11.0|^12.0",
3232
"ext-simplexml": "*",
3333
"ext-json": "*",
3434
"ext-dom": "*",
@@ -48,15 +48,15 @@
4848
}
4949
},
5050
"require-dev": {
51-
"phpunit/phpunit": "^8.4|^9.0|^10.0",
52-
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
51+
"phpunit/phpunit": "^8.4|^9.0|^10.0|^11.0",
52+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
5353
"spatie/phpunit-snapshot-assertions": "^4.2|main-dev",
5454
"phpstan/phpstan": "^1.0.0",
5555
"nunomaduro/collision": "^5.3|^6.0|^7.0|^8.0",
5656
"brianium/paratest": "^6.2|^7.0",
5757
"eclipxe/xmlschemavalidator": "^3.0",
5858
"league/csv": "^9.7",
59-
"sebastian/diff": "^4.0|^5.0",
59+
"sebastian/diff": "^4.0|^5.0|^6.0",
6060
"m6web/redis-mock": "^5.5",
6161
"predis/predis": "^2.1.2",
6262
"mongodb/mongodb": "^1.11",

0 commit comments

Comments
 (0)