We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e16050 commit e11e33eCopy full SHA for e11e33e
.github/workflows/integration-tests.yaml
@@ -22,7 +22,7 @@ jobs:
22
- "2024.03.0" # jammy
23
- "2023.09.0" # jammy
24
- "2023.03.0" # bionic
25
- - "2022.11.0" # bionic
+ - "2022.12.0" # bionic
26
- "2022.10.0" # bionic
27
name: Connect ${{ matrix.version }}
28
tests/integrated/test-git.R
@@ -1,4 +1,4 @@
1
-skip_if_connect_older_than(test_conn_1, "2022.11.0")
+skip_if_connect_older_than(test_conn_1, "2022.12.0")
2
3
cont1_name <- uuid::UUIDgenerate()
4
cont1_title <- "Test Content 1"
0 commit comments