Skip to content

Commit

Permalink
fix: update php versions for tests in github actions (wait for 29 and…
Browse files Browse the repository at this point in the history
… 30)

Signed-off-by: Sebastien Marinier <[email protected]>
  • Loading branch information
smarinier committed Oct 22, 2024
1 parent 95f9425 commit a00708f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,14 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
nextcloud-versions: ['stable25', 'stable26', 'stable27', 'stable28','stable29', 'stable30']
nextcloud-versions: ['stable25', 'stable26', 'stable27', 'stable28']
exclude:
- php-versions: '7.4'
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'
Expand Down

0 comments on commit a00708f

Please sign in to comment.