We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e083d3 commit e8b2f94Copy full SHA for e8b2f94
.github/workflows/tests.yml
@@ -6,12 +6,11 @@ jobs:
6
test:
7
runs-on: ubuntu-latest
8
9
- # we want to run it on supported combination of Laravel and PHP versions
10
strategy:
11
fail-fast: false
12
matrix:
13
- php: ['8.1', '8.2']
14
- laravel: ['^9.0', '^10.0']
+ php: [ '8.2', '8.3' ]
+ laravel: [ '^11.0' ]
15
16
steps:
17
- name: Checkout the repo
composer.json
@@ -20,12 +20,12 @@
20
}
21
],
22
"require": {
23
- "php": "^8.1 || ^8.2",
+ "php": "^8.2",
24
"ext-json": "*",
25
- "laravel/framework": "^9.0 || ^10.0"
+ "laravel/framework": "^11.0"
26
},
27
"require-dev": {
28
- "orchestra/testbench": "^7.0 || ^8.0",
+ "orchestra/testbench": "^9.0",
29
"tmarsteel/mockery-callable-mock": "~2.1",
30
"netsells/code-standards-laravel": "^1.1"
31
0 commit comments