Compare commits

...

5 Commits

Author SHA1 Message Date
Sébastien Marinier e5cf5fc2db
Merge 323e9df9f4 into ad65b6803f 2024-10-22 18:28:05 +02:00
Thibaut ad65b6803f
Merge pull request #297 from arawa/php-tests-25-30
fix: update php versions for tests in github actions
2024-10-22 18:19:52 +02:00
Sebastien Marinier a00708ffa3 fix: update php versions for tests in github actions (wait for 29 and 30)
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>
2024-10-22 18:15:04 +02:00
Sebastien Marinier 95f9425a80 fix: update php versions for tests in github actions (no array syntax)
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>
2024-10-22 18:05:53 +02:00
Sebastien Marinier 1b15353dcb fix: update php versions for tests in github actions
Signed-off-by: Sebastien Marinier <sebastien.marinier@arawa.fr>
2024-10-22 18:00:16 +02:00
1 changed files with 12 additions and 2 deletions

View File

@ -11,13 +11,23 @@ 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']
exclude:
- php-versions: '7.4'
nextcloud-versions: 'stable26'
- php-versions: '7.4'
nextcloud-versions: 'stable27'
- php-versions: '7.4'
nextcloud-versions: 'stable28'
- php-versions: '8.2'
nextcloud-versions: 'stable25'
- php-versions: '8.3'
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