Skip to content

Commit

Permalink
Raise PHP requirement to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr committed Dec 21, 2023
1 parent acb64a3 commit 94014be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.0, 8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "composer-plugin",
"license": "MIT",
"require": {
"php": "^7.1|^8",
"php": "^7.1|^8.1",
"composer-plugin-api": "^2",
"composer/composer": "^2",
"composer/semver": "^1|^2|^3",
Expand Down

0 comments on commit 94014be

Please sign in to comment.