We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ee53d0 + 4eb4510 commit bc5c219Copy full SHA for bc5c219
.github/workflows/tests.yml
@@ -8,8 +8,11 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- laravel: [9]
+ laravel: [9, 10]
12
php: ["8.0", 8.1, 8.2]
13
+ exclude:
14
+ - php: "8.0"
15
+ laravel: 10
16
17
steps:
18
- uses: actions/checkout@v3
composer.json
@@ -10,12 +10,12 @@
"license": "MIT",
"require": {
"php": "^8.0",
- "laravel/framework": "^9.0.1",
+ "laravel/framework": "^9.0.1|^10.0",
"postal/postal": "^1.0.1"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
- "orchestra/testbench": "^7.0",
+ "orchestra/testbench": "^7.0|^8.0",
19
"nunomaduro/larastan": "^2.0"
20
21
"autoload": {
0 commit comments