summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-php-static-code-check.yml
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2021-11-30 15:09:10 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-12-03 21:39:47 +0100
commit999a73b182856e7f6be93a92bc56588915adfcea (patch)
tree5d667e305c1fc5135b0741de6a2cc404e53c3a60 /.github/workflows/api-php-static-code-check.yml
parente90035f60560bff04966d857981f59aa2aba3cac (diff)
chore: update CI
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to '.github/workflows/api-php-static-code-check.yml')
-rw-r--r--.github/workflows/api-php-static-code-check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml
index 8e0cb32f0..493bbb2f1 100644
--- a/.github/workflows/api-php-static-code-check.yml
+++ b/.github/workflows/api-php-static-code-check.yml
@@ -7,8 +7,8 @@ jobs:
continue-on-error: true
strategy:
matrix:
- php-versions: [ '7.4' ]
- nextcloud: [ 'stable22' ]
+ php-versions: [ '8.0' ]
+ nextcloud: [ 'stable23' ]
database: [ 'sqlite' ]
name: "phpstan: Nextcloud ${{ matrix.nextcloud }}"
steps: