Skip to content

Commit

Permalink
remove PHP 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Mar 15, 2024
1 parent 7e2f944 commit 3b001d4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- php: '7.3'
- php: '7.3'
env:
COMPOSER_FLAGS: "--prefer-lowest"
- php: '7.4'
- php: '8.0'
- php: '8.1'
- php: '8.1'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
# phpstan fails on 7.x, due to array_combined not returning false
- php: '8.0'
- php: '8.1'
- php: '8.2'
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.3|^8.0",
"php": "^8.0",
"guzzlehttp/guzzle": "^6.5.8|^7.4.5",
"jbroadway/urlify": "^1.2",
"guzzlehttp/psr7": "^1.9.1|^2.4.5",
Expand Down

0 comments on commit 3b001d4

Please sign in to comment.