Skip to content

Commit 929f8ac

Browse files
authored
Merge pull request #309 from cmu-delphi/ds/ci
ci: consistently test R 3.5 across platforms
2 parents ed6f249 + 965735f commit 929f8ac

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/R-CMD-check-full.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,26 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
config:
22+
# Mac latest release
2223
- { os: macos-latest, r: "release" }
24+
# Oldest R version we claim to support
25+
- { os: macos-latest, r: "3.5" }
2326

27+
# Windows latest release
2428
- { os: windows-latest, r: "release" }
25-
# Use 3.6 to trigger usage of RTools35
26-
- { os: windows-latest, r: "3.6" }
29+
# Use 3.5 to trigger usage of RTools35
30+
- { os: windows-latest, r: "3.5" }
2731
# use 4.1 to check with rtools40's older compiler
2832
- { os: windows-latest, r: "4.1" }
2933

34+
# Ubuntu latest release
3035
- { os: ubuntu-latest, r: "devel", http-user-agent: "release" }
3136
- { os: ubuntu-latest, r: "release" }
3237
- { os: ubuntu-latest, r: "oldrel-1" }
3338
- { os: ubuntu-latest, r: "oldrel-2" }
3439
- { os: ubuntu-latest, r: "oldrel-3" }
3540
- { os: ubuntu-latest, r: "oldrel-4" }
36-
# The oldest version of R we claim to support
41+
# Oldest R version we claim to support
3742
- { os: ubuntu-latest, r: "3.5" }
3843

3944
env:

0 commit comments

Comments
 (0)