Skip to content

Commit

Permalink
Update github action R and bioc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Nov 11, 2024
1 parent b54e27e commit f2cf562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
fail-fast: false
matrix:
config:
- {os: 22.04, r: 'devel', bioc: 'devel'}
#- {os: 24.04, r: 'devel', bioc: 'devel'}
- {os: 24.04, r: '4.4', bioc: '3.20'}
- {os: 22.04, r: '4.3', bioc: '3.18'}
- {os: 22.04, r: '4.3', bioc: '3.17'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit f2cf562

Please sign in to comment.