Skip to content

Commit 891543f

Browse files
authored
Merge pull request #3852 from BookStackApp/php82
PHP8.2 Support
2 parents bbf13e9 + 796f409 commit 891543f

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)