File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 strategy:
1717 matrix:
1818 php: ['lowest', 'latest']
19- laravel: ['11.*']
19+ laravel: ['11.*', '12.*' ]
2020 stability: [prefer-lowest, prefer-stable]
2121
2222 steps:
5959 - php: 'latest'
6060 laravel: '11.*'
6161 stability: prefer-stable
62+ - php: 'lowest'
63+ laravel: '12.*'
64+ stability: prefer-lowest
65+ - php: 'latest'
66+ laravel: '12.*'
67+ stability: prefer-stable
6268
6369 steps:
6470 - name: Checkout code
Original file line number Diff line number Diff line change 2626 "require": {
2727 "php": "8.3 - 8.4",
2828 "jrmajor/fluent": "^1.0",
29- "laravel/framework": "^11.0"
29+ "laravel/framework": "^11.0 || ^12.0 "
3030 },
3131 "require-dev": {
3232 "jrmajor/cs": "^0.6.1",
33- "orchestra/testbench": "^9.1",
33+ "orchestra/testbench": "^9.1 || ^10.1 ",
3434 "phpstan/phpstan": "^2.0",
3535 "phpunit/phpunit": "^11.4"
3636 },
You can’t perform that action at this time.
0 commit comments