Skip to content

Commit 4b44a22

Browse files
authored
Merge pull request #40 from ensi-platform/laravel-12
laravel-12
2 parents f480f26 + 3e52433 commit 4b44a22

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: [8.1, 8.2, 8.3, 8.4]
16-
laravel: [9.*, 10.*, 11.*]
16+
laravel: [9.*, 10.*, 11.*, 12.*]
1717
exclude:
1818
- laravel: 11.*
1919
php: 8.1
20+
- laravel: 12.*
21+
php: 8.1
2022

2123
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2224

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^8.1",
88
"devizzent/cebe-php-openapi": "^1.0",
9-
"laravel/framework": "^9.0 || ^10.0 || ^11.0"
9+
"laravel/framework": "^9.0 || ^10.0 || ^11.0 || ^12.0"
1010
},
1111
"require-dev": {
1212
"friendsofphp/php-cs-fixer": "^3.2",
@@ -15,7 +15,7 @@
1515
"phpstan/extension-installer": "^1.3",
1616
"phpstan/phpstan": "^1.11",
1717
"spaze/phpstan-disallowed-calls": "^2.15",
18-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0"
18+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)