Skip to content

Commit c0b3bd9

Browse files
committed
drop 5.8
1 parent 5a35965 commit c0b3bd9

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77

88
runs-on: ubuntu-latest
99
strategy:
10-
fail-fast: true
10+
fail-fast: false
1111
matrix:
1212
php: [7.3, 7.4, 8.0]
13-
laravel: [5.8.*, 6.*, 7.*, 8.*]
13+
laravel: [6.*, 7.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 8.*
@@ -19,8 +19,6 @@ jobs:
1919
testbench: 5.*
2020
- laravel: 6.*
2121
testbench: 4.*
22-
- laravel: 5.8.*
23-
testbench: 3.8.*
2422

2523
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2624

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to `laravel-json-api-paginate` will be documented in this fi
55
## 1.10.0 - 2020-11-27
66

77
- Add PHP 8 support
8+
- Drop support for Laravel 5.8
89

910
## 1.9.0 - 2020-09-30
1011

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
20+
"illuminate/support": "^6.0|^7.0|^8.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0",
23+
"orchestra/testbench": "^4.0|^5.0|^6.0",
2424
"phpunit/phpunit": "^8.0|^9.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)