diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-12-29 10:51:07 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-12-29 10:51:07 +0100 |
commit | e6b56a425b4f6bdeebf311c04a79438f2ccabf12 (patch) | |
tree | 54fc35c70f5c7cdb098875d4bc3a0d40cd28f294 /.github | |
parent | eab9ed6e093f919c41a051cf73cf4958a7f48e0b (diff) | |
download | nextcloud-server-e6b56a425b4f6bdeebf311c04a79438f2ccabf12.tar.gz nextcloud-server-e6b56a425b4f6bdeebf311c04a79438f2ccabf12.zip |
8.2 is not supported yet
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-php.yml | 2 | ||||
-rw-r--r-- | .github/workflows/oci.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index ad3add22d60..83e8a08ca80 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -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 diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 089c3d32f6e..f7537d642d8 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - php-versions: ['8.0', '8.1', '8.2'] + php-versions: ['8.0', '8.1'] services: oracle: |