Skip to content

Commit

Permalink
fix: update php versions for tests in github actions
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 7233d21 commit 1b15353
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8']
nextcloud-versions: ['stable25', 'stable26', 'stable27']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
nextcloud-versions: ['stable25', 'stable26', 'stable27', 'stable28','stable29', 'stable30']
exclude:
- php-versions: '7.4'
nextcloud-versions: 'stable26'
- php-versions: '7.4'
nextcloud-versions: 'stable27'
nextcloud-versions: ['stable26', 'stable27', 'stable28', 'stable29', 'stable30']
- php-versions: '8.0'
nextcloud-versions: 'stable30'
- php-versions: '8.2'
nextcloud-versions: 'stable25'
- php-versions: '8.3'
nextcloud-versions: ['stable25', 'stable26', 'stable27']
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
Expand Down

0 comments on commit 1b15353

Please sign in to comment.