mirror of https://github.com/sualko/cloud_bbb
fix: update php versions for tests in github actions (wait for 29 and 30)
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>pull/297/head
parent
95f9425a80
commit
a00708ffa3
|
@ -12,7 +12,7 @@ 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'
|
||||
|
@ -20,12 +20,6 @@ jobs:
|
|||
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'
|
||||
|
|
Loading…
Reference in New Issue