1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-11-26 17:03:31 +03:00

Merge pull request #3852 from BookStackApp/php82

PHP8.2 Support
This commit is contained in:
Dan Brown
2022-11-20 22:21:52 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v1

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v1