Skip to content

Commit 05b40cd

Browse files
committedMar 5, 2025··
ci: run tests on Laravel 12
1 parent 7efbc3d commit 05b40cd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎.github/workflows/testing.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858

5959
matrix:
60-
laravel: [ '11.0', '10.0', '9.0', '8.0', '7.0', '6.0', '5.8.0', '5.7.0', '5.6.0', '5.5.0', '5.4.0', '5.3.0', '5.2.0', '5.1.0' ]
60+
laravel: [ '12.0', '11.0', '10.0', '9.0', '8.0', '7.0', '6.0', '5.8.0', '5.7.0', '5.6.0', '5.5.0', '5.4.0', '5.3.0', '5.2.0', '5.1.0' ]
6161
php: [ '8.4', '8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2', '7.1' ]
6262
os: [ ubuntu-latest, windows-latest, macOS-latest ]
6363
exclude:
@@ -128,6 +128,12 @@ jobs:
128128
- { laravel: '11.0', php: '7.4' }
129129
- { laravel: '11.0', php: '8.0' }
130130
- { laravel: '11.0', php: '8.1' }
131+
- { laravel: '12.0', php: '7.1' }
132+
- { laravel: '12.0', php: '7.2' }
133+
- { laravel: '12.0', php: '7.3' }
134+
- { laravel: '12.0', php: '7.4' }
135+
- { laravel: '12.0', php: '8.0' }
136+
- { laravel: '12.0', php: '8.1' }
131137

132138
steps:
133139
- uses: actions/checkout@v4

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ext-xdebug": "*",
3232
"ergebnis/composer-normalize": "^2.42",
3333
"laravel/pint": "^1.14",
34-
"orchestra/testbench": "^3.1 || ^4.18 || ^5.20 || ^6.43 || ^7.41 || ^8.22 || ^9.0",
34+
"orchestra/testbench": "^3.1 || ^4.18 || ^5.20 || ^6.47 || ^7.42 || ^8.33 || ^9.11 || ^10.0",
3535
"phpstan/phpstan": "^1.10",
3636
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.6 || ^10.5"
3737
},

0 commit comments

Comments
 (0)
Please sign in to comment.