diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index e86e7d6eb3e..f3dfeb3dfac 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['7.4', '8.0', '8.1'] databases: ['sqlite'] - server-versions: ['master'] + server-versions: ['stable24'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -57,7 +57,7 @@ jobs: matrix: php-versions: ['7.4', '8.0', '8.1'] databases: ['oci'] - server-versions: ['master'] + server-versions: ['stable24'] 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 64c319467dd..043e9747504 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-stable24' ] php-version: [ '7.4', '8.0', '8.1' ] name: Nextcloud ${{ matrix.ocp-version }} steps: