Skip to content

Commit 23d1bac

Browse files
committed
chore: 8.2/3
1 parent 2626062 commit 23d1bac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
php: [8.1, 8.2]
17+
php: [8.2, 8.3]
1818
stability: [prefer-stable]
1919

2020
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
php-version:
31-
- "8.1"
30+
php: [8.2, 8.3]
3231

3332
steps:
3433
- name: "Checkout code"

0 commit comments

Comments
 (0)