Skip to content

Commit 3e16050

Browse files
Poke around git v1 API availability
1 parent 0aef98d commit 3e16050

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "2024.03.0" # jammy
2323
- "2023.09.0" # jammy
2424
- "2023.03.0" # bionic
25+
- "2022.11.0" # bionic
2526
- "2022.10.0" # bionic
2627
name: Connect ${{ matrix.version }}
2728

tests/integrated/test-git.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
skip_if_connect_older_than(test_conn_1, "2022.10.0")
1+
skip_if_connect_older_than(test_conn_1, "2022.11.0")
22

33
cont1_name <- uuid::UUIDgenerate()
44
cont1_title <- "Test Content 1"

0 commit comments

Comments
 (0)