Skip to content

Commit

Permalink
Merge pull request #6264 from nextcloud/chore/update-workflows-stable5.0
Browse files Browse the repository at this point in the history
chore: update workflows
  • Loading branch information
SebastianKrupinski authored Aug 14, 2024
2 parents 096ff96 + a00391c commit fd7c607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master' ]
nextcloud-versions: [ 'stable30' ]
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master' ]
nextcloud-versions: [ 'stable30' ]
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} integration tests
env:
CI: true
Expand Down

0 comments on commit fd7c607

Please sign in to comment.