Skip to content

Commit 2efedf0

Browse files
committed
require php8.1
1 parent f85c928 commit 2efedf0

File tree

4 files changed

+7
-16
lines changed

4 files changed

+7
-16
lines changed

.github/workflows/php-security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: equisoft-actions/php-workflows/.github/workflows/php-security.yml@v3
1111
with:
1212
publish-reports: true
13-
php-version: '7.4'
13+
php-version: '8.1'
1414
extensions: pcov
1515
secrets:
1616
GPR_KEY: ${{ secrets.GPR_KEY }}

.github/workflows/php.yml

-9
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ jobs:
1313
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v3
1414
with:
1515
checks: phpunit,psalm
16-
php-version: '7.4'
17-
extensions: pcov
18-
secrets:
19-
GPR_KEY: ${{ secrets.GPR_KEY }}
20-
21-
php-library-8-1:
22-
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v3
23-
with:
24-
checks: phpunit,psalm,qodana
2516
php-version: '8.1'
2617
extensions: pcov
2718
secrets:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"require": {
24-
"php": "^7.4 || ^8.1",
24+
"php": "^8.1",
2525
"psr/log": "^1.0"
2626
},
2727
"suggest": {
@@ -42,7 +42,7 @@
4242
},
4343
"config": {
4444
"platform": {
45-
"php": "7.4"
45+
"php": "8.1"
4646
},
4747
"allow-plugins": {
4848
"composer/package-versions-deprecated": true,

composer.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)