Skip to content

Commit 0bac31f

Browse files
committed
ci: exclude incompatible php versions
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent bc4b61c commit 0bac31f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
matrix:
1414
php-version: ["8.1", "8.2", "8.3", "8.4"]
1515
nextcloud-version: ["stable32", "stable31", "stable30", "stable29"]
16+
exclude:
17+
- php-version: "8.4"
18+
nextcloud-version: "stable29"
19+
- php-version: "8.4"
20+
nextcloud-version: "stable30"
1621
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
1722
steps:
1823
- name: Set up php${{ matrix.php-version }}

0 commit comments

Comments
 (0)