Skip to content

Commit 98e1907

Browse files
authored
Merge pull request #86 from GrondoyPeru/master
L12 update
2 parents 5223682 + 95db860 commit 98e1907

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: ['8.0', '8.1', '8.2', '8.3']
14-
laravel: [9.*, 10.*, 11.*]
13+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
14+
laravel: [9.*, 10.*, 11.*, 12.*]
1515
stability: [prefer-lowest, prefer-stable]
1616
include:
1717
- laravel: 9.*
@@ -20,18 +20,27 @@ jobs:
2020
testbench: 8.*
2121
- laravel: 11.*
2222
testbench: 9.*
23+
- laravel: 12.*
24+
testbench: 10.*
2325
exclude:
2426
- laravel: 9.*
2527
php: 8.2
2628
- laravel: 9.*
2729
php: 8.3
30+
- laravel: 9.*
31+
php: 8.4
2832
- laravel: 10.*
2933
php: 8.0
34+
- laravel: 10.*
35+
php: 8.4
3036
- laravel: 11.*
3137
php: 8.0
3238
- laravel: 11.*
3339
php: 8.1
34-
40+
- laravel: 12.*
41+
php: 8.0
42+
- laravel: 12.*
43+
php: 8.1
3544
steps:
3645
- name: Checkout code
3746
uses: actions/checkout@v3

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
],
2424
"require": {
2525
"php": "^8.0",
26-
"laravel/framework": "^9.0|^10.0|^11.0",
26+
"laravel/framework": "^9.0|^10.0|^11.0|^12.0",
2727
"guzzlehttp/guzzle": "^7.8",
2828
"jenssegers/agent": "2.6.*"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^9.5|^10.0|^11.0",
32-
"orchestra/testbench": "^7.4|^8.0|^9.0"
32+
"orchestra/testbench": "^7.4|^8.0|^9.0|^10.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)