Skip to content

Commit

Permalink
require php8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GTony committed Nov 22, 2022
1 parent f85c928 commit 90c0f59
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: equisoft-actions/php-workflows/.github/workflows/php-security.yml@v3
with:
publish-reports: true
php-version: '7.4'
php-version: '8.1'
extensions: pcov
secrets:
GPR_KEY: ${{ secrets.GPR_KEY }}
11 changes: 1 addition & 10 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ jobs:
php-library:
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v3
with:
checks: phpunit,psalm
php-version: '7.4'
extensions: pcov
secrets:
GPR_KEY: ${{ secrets.GPR_KEY }}

php-library-8-1:
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v3
with:
checks: phpunit,psalm,qodana
checks: phpunit,phpcs,psalm
php-version: '8.1'
extensions: pcov
secrets:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"require": {
"php": "^7.4 || ^8.1",
"php": "^8.1",
"psr/log": "^1.0"
},
"suggest": {
Expand All @@ -42,7 +42,7 @@
},
"config": {
"platform": {
"php": "7.4"
"php": "8.1"
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90c0f59

Please sign in to comment.