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.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml
index 662aec0a1..57776f400 100644
--- a/.github/workflows/api-php-static-code-check.yml
+++ b/.github/workflows/api-php-static-code-check.yml
@@ -7,15 +7,11 @@ jobs:
continue-on-error: true
strategy:
matrix:
- php-versions: [ '7.4', '8.0' ]
- nextcloud: [ 'stable24' ]
+ php-versions: [ '7.4', '8.0', '8.1' ]
+ nextcloud: [ 'stable25' ]
database: [ 'sqlite' ]
include:
- - php-versions: 8.1
- nextcloud: stable24
- database: sqlite
- experimental: false
- - php-versions: 8.1
+ - php-versions: '8.2'
nextcloud: pre-release
database: sqlite
experimental: true