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/psalm-github.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/psalm-github.yml')
-rw-r--r-- | .github/workflows/psalm-github.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/psalm-github.yml b/.github/workflows/psalm-github.yml index d27e0a1f143..c682733e6c9 100644 --- a/.github/workflows/psalm-github.yml +++ b/.github/workflows/psalm-github.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive - name: Psalm |