mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
8.2 is not supported yet
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
eab9ed6e09
commit
e6b56a425b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint-php.yml
vendored
2
.github/workflows/lint-php.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ["8.0", "8.1", "8.2"]
|
||||
php-versions: ["8.0", "8.1"]
|
||||
|
||||
name: php-lint
|
||||
|
||||
|
|
|
|||
2
.github/workflows/oci.yml
vendored
2
.github/workflows/oci.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['8.0', '8.1', '8.2']
|
||||
php-versions: ['8.0', '8.1']
|
||||
|
||||
services:
|
||||
oracle:
|
||||
|
|
|
|||
Loading…
Reference in a new issue