Skip to content

Commit 85c8fd6

Browse files
committed
Add L10 and remove L8 support
1 parent 4e8c63a commit 85c8fd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
laravel: [8, 9]
11+
laravel: [9, 10]
1212

1313
steps:
1414
- name: Checkout code
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.0'
20+
php-version: '8.1'
2121

2222
- name: Install dependencies
2323
run: composer require "laravel/framework:^${{matrix.laravel}}.0"

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/database": "^8.0|^9.0"
23+
"illuminate/database": "^9.0|^10.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^8.4|^9.0",
27-
"orchestra/testbench": "^6.0|^7.0"
26+
"phpunit/phpunit": "^9.0|^10.0",
27+
"orchestra/testbench": "^7.0|^8.0"
2828
},
2929
"minimum-stability": "dev",
3030
"prefer-stable": true

0 commit comments

Comments
 (0)