Skip to content

Commit 9ff2885

Browse files
lighten name check for lin-ancient (#6338)
* lighten name check for lin-ancient * remove slipped in file --------- Co-authored-by: Michael Chirico <[email protected]>
1 parent 8f45cf4 commit 9ff2885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/publish.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ r.ver <- function(x) {
163163
v = tmp[3L]
164164
if (identical(v, "rel")) "r-release"
165165
else if (identical(v, "dev")) "r-devel"
166-
else if (identical(v, "old")) "r-oldrel"
166+
else if (identical(v, "old") || identical(v, "ancient")) "r-oldrel"
167167
else {
168168
if (grepl("\\D", v)) stop("third word in test job name must be rel/dev/old or numbers of R version")
169169
paste0("r-", paste(strsplit(v, "")[[1L]], collapse="."))

0 commit comments

Comments
 (0)