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/update-psalm-baseline.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/update-psalm-baseline.yml')
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 42f2d7450e7..fd73d555c86 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -22,10 +22,10 @@ jobs: ref: ${{ matrix.branches }} submodules: true - - name: Set up php7.4 + - name: Set up php uses: shivammathur/setup-php@v2 with: - php-version: 7.4 + php-version: '8.0' extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip coverage: none |