summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-php-static-code-check.yml
diff options
context:
space:
mode:
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: