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 2566917a4..320c8792c 100644
--- a/.github/workflows/api-php-static-code-check.yml
+++ b/.github/workflows/api-php-static-code-check.yml
@@ -7,7 +7,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
- php-versions: [ '8.0' ]
+ php-versions: [ '7.4', '8.0' ]
nextcloud: [ 'stable23' ]
database: [ 'sqlite' ]
include:
@@ -15,7 +15,7 @@ jobs:
nextcloud: pre-release
database: sqlite
experimental: true
- name: "phpstan: Nextcloud ${{ matrix.nextcloud }}"
+ name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ php-versions }}"
steps:
- name: Checkout
uses: actions/checkout@v3