Skip to content

Commit 76206dc

Browse files
committed
GitHub CI: Drop testing Nextcloud daily/latest-master on PHP 8.3
Since PHP 8.3 wasn't released yet some dependencies don't support PHP 8.3 yet, thus dropping it for now. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
1 parent 629bfe5 commit 76206dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
NEXTCLOUD_STABLE27_BRANCH: "releases/latest-27"
2323
NEXTCLOUD_STABLE27_PHP_VERSIONS: "8.0 8.1 8.2"
2424
NEXTCLOUD_MASTER_BRANCH: "daily/latest-master"
25-
NEXTCLOUD_MASTER_PHP_VERSIONS: "8.0 8.1 8.2 8.3"
25+
NEXTCLOUD_MASTER_PHP_VERSIONS: "8.0 8.1 8.2"
2626

2727
outputs:
2828
BUILD_MATRIX_NEXTCLOUD: ${{ steps.generate-jobs.outputs.BUILD_MATRIX_NEXTCLOUD }}

0 commit comments

Comments
 (0)