Skip to content

Commit e055905

Browse files
committed
Adding support for laravel 10
1 parent 1e140dc commit e055905

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.0, 8.1]
17-
laravel: [8.*, 9.*]
17+
laravel: [8.*, 9.*, 10.*]
1818
stability: [prefer-stable]
1919
include:
2020
- laravel: 8.*
2121
- laravel: 9.*
22+
- laravel: 10.*
2223

2324
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2425

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php": "^8.0|^8.1",
2727
"always-open/laravel-process-stamps": "^5.0",
2828
"guzzlehttp/guzzle": "^7.4",
29-
"laravel/framework": "^8.0|^9.0"
29+
"laravel/framework": "^8.0|^9.0|^10.0"
3030
},
3131
"require-dev": {
3232
"doctrine/dbal": "^2.9|^3.0",

0 commit comments

Comments
 (0)