Skip to content

Commit 562af7b

Browse files
authored
Bump dependencies & update GitHub Actions for Laravel 10 (#67)
1 parent de9d66a commit 562af7b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/run-tests-l8.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,24 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php: [8.1, 8.0, 7.4, 7.3]
13-
laravel: [9.*, 8.*]
13+
laravel: [9.*, 8.*, 10.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
exclude:
16+
- laravel: 10.*
17+
php: 8.0
18+
- laravel: 10.*
19+
php: 7.4
20+
- laravel: 10.*
21+
php: 7.3
1622
- laravel: 9.*
1723
php: 7.4
1824
- laravel: 9.*
1925
php: 7.3
2026
- laravel: 8.*
2127
php: 8.1
2228
include:
29+
- laravel: 10.*
30+
testbench: 8.*
2331
- laravel: 9.*
2432
testbench: 7.*
2533
- laravel: 8.*

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"require": {
1919
"php": "^7.3 || ^8.0",
2020
"guzzlehttp/guzzle": "~6.0 || ~7.0",
21-
"illuminate/support": "5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0 || ^9.0",
21+
"illuminate/support": "5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
2222
"symfony/dotenv": "^4.2 || ^5.1"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.4",
26-
"orchestra/testbench": "^5.0 || ^6.0",
26+
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0",
2727
"phpstan/extension-installer": "^1.1",
2828
"phpstan/phpstan-deprecation-rules": "^1.0",
2929
"phpstan/phpstan-phpunit": "^1.0",

0 commit comments

Comments
 (0)