Skip to content

Commit 796f409

Browse files
committed
Added php8.2 to GH action checks
1 parent a1b1f81 commit 796f409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-22.04
99
strategy:
1010
matrix:
11-
php: ['7.4', '8.0', '8.1']
11+
php: ['7.4', '8.0', '8.1', '8.2']
1212
steps:
1313
- uses: actions/checkout@v1
1414

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-22.04
99
strategy:
1010
matrix:
11-
php: ['7.4', '8.0', '8.1']
11+
php: ['7.4', '8.0', '8.1', '8.2']
1212
steps:
1313
- uses: actions/checkout@v1
1414

0 commit comments

Comments
 (0)