Skip to content

Commit

Permalink
Merge pull request #48 from eXolnet/feature/drop-php-7.3-support
Browse files Browse the repository at this point in the history
feature/drop php 7.3 support
  • Loading branch information
xel1045 authored Oct 3, 2022
2 parents 89551a0 + 8375f78 commit 0acc607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1]
laravel: [8.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
laravel: 8.*
dependency-version: prefer-lowest
- php: 7.3
laravel: 9.*
- php: 7.4
laravel: 9.*
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"exolnet/envoy": "^1.109.0"
},
"require-dev": {
Expand Down

0 comments on commit 0acc607

Please sign in to comment.