Skip to content

Commit

Permalink
More honest PHP version testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed Jul 3, 2024
1 parent 589f500 commit 6f6ada2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
php: [ '8.0', '8.3' ]
fail-fast: false

steps:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://www.lullabot.com/",
"license": "Apache-2.0",
"require": {
"ext-curl": "*"
"ext-curl": "*",
"php": ">=8.0.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.5"
Expand Down

0 comments on commit 6f6ada2

Please sign in to comment.