We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5dc30 commit da92621Copy full SHA for da92621
.github/workflows/integration-tests.yaml
@@ -15,6 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
version:
18
+ - "preview" # Nightly builds of Connect
19
- "release" # special value that always points to the latest Connect release
20
- "2025.09.0" # jammy
21
- "2025.03.0" # jammy
@@ -47,7 +48,7 @@ jobs:
47
48
shell: Rscript {0}
49
50
- name: Run integration tests
- uses: posit-dev/with-connect@main
51
+ uses: posit-dev/with-connect@preview
52
env:
53
CONNECTAPI_INTEGRATED: "true"
54
with:
0 commit comments