Skip to content

Commit

Permalink
drop support for laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Dec 4, 2020
1 parent 8d21269 commit 16c9ac3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.0, 7.2, 7.3, 7.4]
laravel: [5.8, 6.*, 7.*, 8.*]
laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
Expand All @@ -19,13 +19,9 @@ jobs:
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 5.8
testbench: 3.8
exclude:
- laravel: 8.*
php: 7.2
- laravel: 5.8.*
php: 8.0

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

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

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

## 2.7.0 - 2020-12-04

- add support for php 8.0
- drop support for laravel 5.8

## 2.6.3 - 2020-10-02

- bugfix: support translations from json files (#114)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
],
"require": {
"php": "^7.2|^8.0",
"illuminate/translation": "~5.8.0|^6.0|^7.0|^8.0"
"illuminate/translation": "^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0"
"orchestra/testbench": "^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 16c9ac3

Please sign in to comment.