Skip to content

Commit

Permalink
Drop support for php 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ebebbington committed Apr 9, 2024
1 parent f708e95 commit 2b8d038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, "8.0", 8.1, 8.2, 8.3]
symfony_process: [4, 5, 6, 7]
php: ["8.0", 8.1, 8.2, 8.3]
symfony_process: [7]
exclude:
- php: 7.3
symfony_process: 6
- php: 7.4
symfony_process: 6
- php: 7.3
symfony_process: 7
- php: 7.4
symfony_process: 7
- php: "8.0"
symfony_process: 7
- php: 8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.3|^8.0|^8.1",
"php": "^8.0|^8.1",
"symfony/process": "~4.0 || ~5.0 || ~6.0 || ~7.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0"
},
Expand Down

0 comments on commit 2b8d038

Please sign in to comment.