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.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml
index a8c16ca7b..662aec0a1 100644
--- a/.github/workflows/api-php-static-code-check.yml
+++ b/.github/workflows/api-php-static-code-check.yml
@@ -8,10 +8,14 @@ jobs:
strategy:
matrix:
php-versions: [ '7.4', '8.0' ]
- nextcloud: [ 'stable23' ]
+ nextcloud: [ 'stable24' ]
database: [ 'sqlite' ]
include:
- php-versions: 8.1
+ nextcloud: stable24
+ database: sqlite
+ experimental: false
+ - php-versions: 8.1
nextcloud: pre-release
database: sqlite
experimental: true
@@ -40,7 +44,7 @@ jobs:
uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main
with:
app: 'news'
- check-code: true
+ check-code: false
force: true
- name: Prep code scanning