Skip to content

Commit

Permalink
Merge pull request #122 from c0ntax/develop
Browse files Browse the repository at this point in the history
Update composer.json to new minimum PHP version
  • Loading branch information
Sidsector9 authored Jun 29, 2023
2 parents 377fb6d + f646e6a commit 409343a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set PHP version
uses: shivammathur/setup-php@v1
with:
php-version: '7.4'
php-version: '8.0'
coverage: none
tools: phpcs
- name: composer install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set PHP version
uses: shivammathur/setup-php@v1
with:
php-version: '7.4'
php-version: '8.0'
coverage: none

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.4"
"php": ">=8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 409343a

Please sign in to comment.