Skip to content

Commit c16c45c

Browse files
authored
Merge pull request #3 from always-open/chore/laravel-10
2 parents 1e140dc + c9abfed commit c16c45c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/run-tests.yml

+2-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.0|^8.1",
26+
"php": "^8.0.0|^8.1.0",
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)