Skip to content

Commit edf93d8

Browse files
wip
1 parent e77e397 commit edf93d8

File tree

2 files changed

+10
-27
lines changed

2 files changed

+10
-27
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.4, 8.3, 8.2, 8.1, 8.0]
17-
laravel: [12.*, 11.*, 10.*, 9.*]
16+
php: [8.4, 8.3, 8.2]
17+
laravel: [12.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 12.*
@@ -23,23 +23,6 @@ jobs:
2323
- laravel: 11.*
2424
testbench: 9.*
2525
carbon: ^3.0
26-
- laravel: 10.*
27-
testbench: 8.*
28-
carbon: ^2.63
29-
- laravel: 9.*
30-
testbench: 7.*
31-
carbon: ^2.63
32-
exclude:
33-
- laravel: 10.*
34-
php: 8.0
35-
- laravel: 11.*
36-
php: 8.1
37-
- laravel: 11.*
38-
php: 8.0
39-
- laravel: 12.*
40-
php: 8.1
41-
- laravel: 12.*
42-
php: 8.0
4326

4427
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4528

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.0",
26+
"php": "^8.2",
2727
"ext-openssl": "*",
28-
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
29-
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
30-
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
31-
"illuminate/validation": "^9.0|^10.0|^11.0|^12.0",
28+
"illuminate/contracts": "^11.0|^12.0",
29+
"illuminate/database": "^11.0|^12.0",
30+
"illuminate/support": "^11.0|^12.0",
31+
"illuminate/validation": "^11.0|^12.0",
3232
"spatie/laravel-package-tools": "^1.14.1"
3333
},
3434
"require-dev": {
3535
"friendsofphp/php-cs-fixer": "^3.4",
36-
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
37-
"phpunit/phpunit": "^9.5|^10.5|^11.0",
38-
"vimeo/psalm": "^4.20|^5.22|^6.0"
36+
"orchestra/testbench": "^9.0|^10.0",
37+
"phpunit/phpunit": "^10.5|^11.0",
38+
"vimeo/psalm": "^5.22|^6.0"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)