Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 2, 2020
1 parent ef960b8 commit ad3c6c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Expand Up @@ -10,15 +10,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4]
laravel: [5.8.*, 6.*, 7.*]
laravel: [6.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 5.8.*
testbench: 3.8.*

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

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-validation-rules` will be documented in this file

## 2.5.0 - 2020-03-02

- add support for Laravel 7

## 2.4.0 - 2019-09-04

- add support for Laravel 6
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^5.8|^6.0|^7.0",
"league/iso3166": "^2.1"
"illuminate/support": "^6.0|^7.0",
"league/iso3166": "^2.1.5"
},
"require-dev": {
"myclabs/php-enum": "^1.6",
"orchestra/testbench": "^3.8|^4.0|^5.0",
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^8.0|^9.0",
"spatie/enum": "^2.2"
},
Expand Down

0 comments on commit ad3c6c2

Please sign in to comment.