summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-03-10 22:01:46 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2022-03-30 20:24:16 +0200
commit6d2617346c4964cb967ccb534f287a341d3d7350 (patch)
tree8e7a512b82b476ecaaea7cca731e83c49f001c11
parent9713fe830ad54c7655fc1e99a60dc6b59a3305a5 (diff)
add php 7.4
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-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