Skip to content

Commit

Permalink
Bump PHP minimum requirement to 8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Dec 12, 2024
1 parent bb2360d commit 98ceab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
test:
uses: brightnucleus/.github/.github/workflows/reusable-testing.yml@main
with:
minimum-php: '5.6'
minimum-php: '8.0'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=8.0",
"symfony/options-resolver": ">=2.8",
"brightnucleus/exceptions": ">=0.2"
},
Expand Down

0 comments on commit 98ceab5

Please sign in to comment.