Skip to content

Commit

Permalink
Merge pull request #6661 from nextcloud/ci/adjust-stable5.1
Browse files Browse the repository at this point in the history
[stable5.1] ci(php-test): adjust nextcloud version matrix
  • Loading branch information
st3iny authored Jan 27, 2025
2 parents 25e961a + 1da8da7 commit 9549107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master', 'stable30' ]
nextcloud-versions: [ 'stable31', 'stable30' ]
include:
- php-versions: '8.4'
nextcloud-versions: 'master'
nextcloud-versions: 'stable31'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
Expand Down Expand Up @@ -56,10 +56,10 @@ jobs:
strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master', 'stable30' ]
nextcloud-versions: [ 'stable31', 'stable30' ]
include:
- php-versions: '8.4'
nextcloud-versions: 'master'
nextcloud-versions: 'stable31'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} integration tests
env:
CI: true
Expand Down

0 comments on commit 9549107

Please sign in to comment.