Skip to content

Commit 1adc0f0

Browse files
committed
chore: update php version to 8.2
1 parent 9ca3db8 commit 1adc0f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
php-version:
3131
- '8.0'
32-
- '8.1'
32+
- '8.2'
3333

3434
steps:
3535
- name: Checkout

.github/workflows/test-rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
php-versions: ['8.0', '8.1']
48+
php-versions: ['8.0', '8.2']
4949
paths:
5050
- app
5151
- system

0 commit comments

Comments
 (0)