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, 7 insertions, 3 deletions
diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml
index 57776f400..33261942a 100644
--- a/.github/workflows/api-php-static-code-check.yml
+++ b/.github/workflows/api-php-static-code-check.yml
@@ -7,14 +7,18 @@ jobs:
continue-on-error: true
strategy:
matrix:
- php-versions: [ '7.4', '8.0', '8.1' ]
- nextcloud: [ 'stable25' ]
+ php-versions: ['8.0', '8.1', '8.2' ]
+ nextcloud: [ 'stable26' ]
database: [ 'sqlite' ]
include:
- - php-versions: '8.2'
+ - php-versions: 8.2
nextcloud: pre-release
database: sqlite
experimental: true
+ - php-versions: 7.4
+ nextcloud: stable24
+ database: sqlite
+ experimental: false
name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ matrix.php-versions }}"
steps:
- name: Checkout