Skip to content

Commit 1bd923e

Browse files
committed
Note upcoming NC34 support in README and CI; keep matrix on 32+33 until nextcloud:34 image publishes (GA 2026-06-09)
1 parent 735c4c5 commit 1bd923e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16+
# NC34 GA 2026-06-09: replace "32" with "34" here and in the two jobs below once nextcloud:34 publishes.
1617
nextcloud-version: ["32", "33"]
1718
services:
1819
nextcloud:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ export NEXTCLOUD_PASSWORD=admin
483483
pytest tests/integration/ -v
484484
```
485485

486-
CI automatically runs integration tests against Nextcloud 32 and 33 Docker containers.
486+
CI automatically runs integration tests against the two newest released Nextcloud versions — currently 32 and 33 — using the official Docker images. Nextcloud 34 (GA 2026-06-09) joins the matrix once its image is published on Docker Hub.
487487

488488
## About This Project
489489

0 commit comments

Comments
 (0)