Skip to content

Commit

Permalink
fix: update php versions for tests in github actions (no array syntax)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Marinier <[email protected]>
  • Loading branch information
smarinier committed Oct 22, 2024
1 parent 1b15353 commit 95f9425
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,25 @@ jobs:
nextcloud-versions: ['stable25', 'stable26', 'stable27', 'stable28','stable29', 'stable30']
exclude:
- php-versions: '7.4'
nextcloud-versions: ['stable26', 'stable27', 'stable28', 'stable29', 'stable30']
nextcloud-versions: 'stable26'
- php-versions: '7.4'
nextcloud-versions: 'stable27'
- php-versions: '7.4'
nextcloud-versions: 'stable28'
- php-versions: '7.4'
nextcloud-versions: 'stable29'
- php-versions: '7.4'
nextcloud-versions: 'stable30'
- php-versions: '8.0'
nextcloud-versions: 'stable30'
- php-versions: '8.2'
nextcloud-versions: 'stable25'
- php-versions: '8.3'
nextcloud-versions: ['stable25', 'stable26', 'stable27']
nextcloud-versions: 'stable25'
- php-versions: '8.3'
nextcloud-versions: 'stable26'
- php-versions: '8.3'
nextcloud-versions: 'stable27'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
Expand Down

0 comments on commit 95f9425

Please sign in to comment.