From afef2ba23f14e20a82ce91a7ae9c62cc248e65fa Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 24 Jun 2021 13:39:17 +0200 Subject: [PATCH] Update stable22 target versions... Signed-off-by: Joas Schilling --- .github/workflows/phpunit.yml | 8 ++++---- .github/workflows/static-analysis.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index be2c9a1e3..9ab016405 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['sqlite'] - server-versions: ['master'] + server-versions: ['stable22'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -77,7 +77,7 @@ jobs: matrix: php-versions: ['7.3', '7.4'] databases: ['mysql'] - server-versions: ['master'] + server-versions: ['stable22'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -143,7 +143,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['pgsql'] - server-versions: ['master'] + server-versions: ['stable22'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -211,7 +211,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['oci'] - server-versions: ['master'] + server-versions: ['stable22'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index d6369a089..a080ccc4a 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ocp-version: [ 'dev-master' ] + ocp-version: [ 'dev-stable22' ] name: Nextcloud ${{ matrix.ocp-version }} steps: - name: Checkout