mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
feat(deps): support PHP 8.1
This commit is contained in:
parent
92bf0a4958
commit
24d57e2cae
2 changed files with 1166 additions and 817 deletions
2
.github/workflows/unit.yml
vendored
2
.github/workflows/unit.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version: [ 7.4, 8.0 ]
|
php-version: [ 7.4, 8.0, 8.1 ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
1981
composer.lock
generated
1981
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue