Skip to content

Commit d8f1ec5

Browse files
committed
remove Laravel 6
1 parent f7a7133 commit d8f1ec5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
laravel: [6, 8, 9]
11+
laravel: [8, 9]
1212

1313
steps:
1414
- name: Checkout code

composer.json

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

0 commit comments

Comments
 (0)