1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

PHP: Updated min version to 8.2

PHPStan config not yet compatible, but should work after moving to Laravel
11, which would allow using larastan 3.x.
This commit is contained in:
Dan Brown
2025-01-09 16:46:13 +00:00
parent 33b46882f3
commit 5116d83d38
4 changed files with 54 additions and 51 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php: ['8.1', '8.2', '8.3', '8.4']
php: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4