Skip to content

Commit a305a01

Browse files
Marick van TuilMarick van Tuil
authored andcommitted
wip
1 parent b3bfb5d commit a305a01

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
payload:
6767
- { laravel: '11.*', php: '8.3', 'testbench': '9.*', collision: '8.*' }
6868
- { laravel: '11.*', php: '8.2', 'testbench': '9.*', collision: '8.*' }
69-
- { laravel: '10.*', php: '8.3', 'testbench': '8.*', collision: '7.*' }
70-
- { laravel: '10.*', php: '8.2', 'testbench': '8.*', collision: '7.*' }
71-
- { laravel: '10.*', php: '8.1', 'testbench': '8.*', collision: '7.*' }
69+
- { laravel: '12.*', php: '8.2', 'testbench': '10.*', collision: '8.*' }
70+
- { laravel: '12.*', php: '8.3', 'testbench': '10.*', collision: '8.*' }
71+
- { laravel: '12.*', php: '8.4', 'testbench': '10.*', collision: '8.*' }
7272

7373
name: PHP ${{ matrix.payload.php }} - Laravel ${{ matrix.payload.laravel }} - DB ${{ matrix.db }}
7474

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
},
3131
"require": {
3232
"ext-json": "*",
33-
"laravel/framework": "^10.0|^11.0",
34-
"doctrine/dbal": "^3.8"
33+
"laravel/framework": "^11.0|^12.0",
34+
"doctrine/dbal": "^4.0"
3535
},
3636
"require-dev": {
3737
"mockery/mockery": "^1.2",
38-
"orchestra/testbench": "^8.0|^9.0",
39-
"nunomaduro/collision": "^7.0|^8.0",
38+
"orchestra/testbench": "^9.0|^10.0",
39+
"nunomaduro/collision": "^8.0",
4040
"laravel/pint": "^1.14"
4141
},
4242
"minimum-stability": "dev",

0 commit comments

Comments
 (0)