Skip to content

Commit b0a49a5

Browse files
authored
added laravel 10, removed laravel 8
1 parent dc5b0e5 commit b0a49a5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: ['8.0', '8.1']
14-
laravel: [8.*, 9.*]
13+
php: ['8.0', '8.1', '8.2']
14+
laravel: [9.*, 10.*]
1515
stability: [prefer-lowest, prefer-stable]
1616
include:
17-
- laravel: 8.*
18-
testbench: ^6.6
1917
- laravel: 9.*
2018
testbench: 7.*
19+
- laravel: 10.*
20+
testbench: 8.*
21+
exclude:
22+
- laravel: 10.*
23+
php: 8.0
2124

2225
steps:
2326
- name: Checkout code

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"php": "^8.0",
2424
"ext-json": "*",
2525
"balping/json-raw-encoder": "^1.0",
26-
"illuminate/support": "^8.67|^9.0"
26+
"illuminate/support": "^9.0|^10.0"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.5",
3030
"phpunit/phpunit": "^9.5",
31-
"orchestra/testbench": "^6.23|^7.4"
31+
"orchestra/testbench": "^7.4|^8.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)