test php8.2 with master
Signed-off-by: Arne Hamann <git@arne.email>
This commit is contained in:
Родитель
d6ef98c5bc
Коммит
08ef8b1666
|
@ -12,8 +12,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: [7.4, 8.0, 8.1, 8.2]
|
||||
php-versions: [7.4, 8.0, 8.1]
|
||||
nextcloud-versions: ['stable25']
|
||||
include:
|
||||
- php-versions: 8.2
|
||||
nextcloud-versions: master
|
||||
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
|
||||
steps:
|
||||
- name: Set up php${{ matrix.php-versions }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче