Skip to content

Commit

Permalink
🔧 Bump minimum PHP version to 8.1 (#3176)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Jan 18, 2024
1 parent eccb8ba commit bf4c775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ['8.0', '8.1']
php: ['8.1', '8.2']

steps:
- name: Checkout the project
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"require": {
"php": "^8.0"
"php": ">=8.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.7.2"
Expand Down

0 comments on commit bf4c775

Please sign in to comment.