mirror of https://github.com/sualko/cloud_bbb
fix: update php versions for tests in github actions
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>pull/297/head
parent
7233d21a85
commit
1b15353dcb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue