Skip to content

Commit

Permalink
Drop support php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Oct 19, 2021
1 parent e399f09 commit 367ad27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [7.2, 7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0]
laravel: [^7.0, ^8.0]
stability: [prefer-lowest, prefer-stable]
exclude:
- php: 7.2
laravel: 8.*

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.3|^8.0",
"datalogix/laravel-translation": "^1.0",
"illuminate/contracts": "^7.0|^8.0",
"illuminate/database": "^7.0|^8.0",
Expand All @@ -30,7 +30,7 @@
},
"require-dev": {
"graham-campbell/testbench": "^5.6",
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^8.5|^9.5",
"spatie/phpunit-watcher": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 367ad27

Please sign in to comment.