We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4b61c commit 0bac31fCopy full SHA for 0bac31f
.github/workflows/test.yml
@@ -13,6 +13,11 @@ jobs:
13
matrix:
14
php-version: ["8.1", "8.2", "8.3", "8.4"]
15
nextcloud-version: ["stable32", "stable31", "stable30", "stable29"]
16
+ exclude:
17
+ - php-version: "8.4"
18
+ nextcloud-version: "stable29"
19
20
+ nextcloud-version: "stable30"
21
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
22
steps:
23
- name: Set up php${{ matrix.php-version }}
0 commit comments