Skip to content

Commit

Permalink
Drop php 71 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Mar 3, 2020
1 parent 3225c76 commit 6833b39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [7.1, 7.2, 7.3, 7.4]
php: [7.2, 7.3, 7.4]
laravel: [5.8, 6.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand All @@ -19,11 +19,6 @@ jobs:
testbench: 4.*
- laravel: 5.8
testbench: 3.8
exclude:
- laravel: 7.*
php: 7.1
- laravel: 6.*
php: 7.1

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

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-translation-loader` will be documented in this file

## 2.6.0 - 2020-03-03

- add support for PHP 7.1

## 2.5.0 - 2020-03-03

- add support for Laravel 7
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"illuminate/translation": "~5.8.0|^6.0|^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 6833b39

Please sign in to comment.