Skip to content

Commit

Permalink
Merge pull request #2296 from nextcloud/update-stable24-target-versions
Browse files Browse the repository at this point in the history
Update stable24 target versions
  • Loading branch information
juliusknorr authored Apr 19, 2022
2 parents 07911b5 + 341dc65 commit ca712c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca712c9

Please sign in to comment.