Skip to content

Commit 81f6a3e

Browse files
committed
bump to PHP 8.2 in CI
1 parent 080d51d commit 81f6a3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
-
3131
uses: shivammathur/setup-php@v2
3232
with:
33-
php-version: 8.1
33+
php-version: 8.2
3434
coverage: none
3535

3636
- uses: "ramsey/composer-install@v2"

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
-
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: 8.1
24+
php-version: 8.2
2525
coverage: none
2626
ini-values: zend.assertions=1
2727

0 commit comments

Comments
 (0)