Skip to content

Commit

Permalink
ci(php-test): adjust nextcloud version matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Jan 27, 2025
1 parent 25e961a commit 1da8da7
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 1da8da7

Please sign in to comment.