Skip to content

Commit

Permalink
Update r_ubuntu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Nov 15, 2023
1 parent 57ea362 commit 6b8033f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/r_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ on:
jobs:
R-CMD-check:
runs-on: ubuntu-20.04

strategy:
matrix:
r-version: ['4.3.2', '4.2.0', '4.2.1'] # Ensure these versions are available

steps:
# - name: Checkout repository
# uses: actions/checkout@v2
- uses: actions/checkout@v3

# Cache R dependencies
- name: Cache R dependencies
Expand Down

0 comments on commit 6b8033f

Please sign in to comment.