diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-12-29 10:06:10 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-12-29 10:37:27 +0100 |
commit | 0dc1aef29258197d3a5afd0eae73b094d15ff15f (patch) | |
tree | 071678f26f37a49048b2d68313e58aafc80ae10b /.github/workflows/oci.yml | |
parent | 0558f4cb26ddf790ad32cfef9e62367bde4951c3 (diff) | |
download | nextcloud-server-0dc1aef29258197d3a5afd0eae73b094d15ff15f.tar.gz nextcloud-server-0dc1aef29258197d3a5afd0eae73b094d15ff15f.zip |
chore(actions): update php min supported to 8.0
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to '.github/workflows/oci.yml')
-rw-r--r-- | .github/workflows/oci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index adcc48dc90d..089c3d32f6e 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - php-versions: [ '7.4', '8.0', '8.1'] + php-versions: ['8.0', '8.1', '8.2'] services: oracle: |