Skip to content

Commit 0b2eab3

Browse files
Revert "Laravel 12.x Compatibility (#399)"
This reverts commit fef812b.
1 parent fef812b commit 0b2eab3

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

.github/workflows/phptest.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
- push
33

4-
name: CI PHP test
4+
name: "CI PHP test"
55

66
jobs:
77
test:
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
php: [7.4, 8.0, 8.1, 8.2, 8.3]
13-
laravel: ['8.*', '11.*', '12.*']
13+
laravel: ['8.*', '11.*']
1414
include:
1515
- php: 8.0
1616
laravel: 9.*
@@ -26,21 +26,13 @@ jobs:
2626
laravel: 10.*
2727
- php: '8.2'
2828
laravel: 11.*
29-
- php: '8.2'
30-
laravel: 12.*
3129
exclude:
3230
- laravel: 11.*
3331
php: 7.4
3432
- laravel: 11.*
3533
php: 8.0
3634
- laravel: 11.*
3735
php: 8.1
38-
- laravel: 12.*
39-
php: 7.4
40-
- laravel: 12.*
41-
php: 8.0
42-
- laravel: 12.*
43-
php: 8.1
4436

4537
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
4638

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
20-
"illuminate/contracts": "^8.37|^9.0|^10.0|^11.0|^12.0",
20+
"illuminate/contracts": "^8.37|^9.0|^10.0|^11.0",
2121
"kitloong/laravel-app-logger": "^1.0",
2222
"spatie/laravel-package-tools": "^1.4.3",
2323
"ext-json": "*"
@@ -28,12 +28,12 @@
2828
"friendsofphp/php-cs-fixer": "^3.5",
2929
"larastan/larastan": "^1.0|^2.0",
3030
"nunomaduro/collision": "^5.3|^6.0|^8.0",
31-
"orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0",
32-
"phpunit/phpunit": "^9.3|^10.5|^11.5.3",
31+
"orchestra/testbench": "^6.15|^7.0|^8.0|^9.0",
32+
"phpunit/phpunit": "^9.3|^10.5",
3333
"slevomat/coding-standard": "^8.15",
3434
"spatie/laravel-ray": "^1.23",
3535
"squizlabs/php_codesniffer": "^3.6",
36-
"vimeo/psalm": "^4.8|^5.6|^6.6"
36+
"vimeo/psalm": "^4.8|^5.6"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)