Skip to content

Commit

Permalink
update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvandenberge committed Jan 27, 2025
1 parent 79aa9d9 commit b53123e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/RCmdCheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fail-fast: false
matrix:
config:
- { os: windows-latest, r: 'release', bioc: '3.17'}
- { os: macOS-latest, r: 'release', bioc: '3.17'}
- { os: windows-latest, r: 'release', bioc: '3.20'}
- { os: macOS-latest, r: 'release', bioc: '3.20'}
- { os: ubuntu-latest, r: 'release', image: 'bioconductor/bioconductor_docker:devel'}
- { os: ubuntu-latest, r: 'release', image: 'bioconductor/bioconductor_docker:RELEASE_3_15'}
- { os: ubuntu-latest, r: 'release', image: 'bioconductor/bioconductor_docker:RELEASE_3_20'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: tradeSeq
Type: Package
Title: trajectory-based differential expression analysis for sequencing data
Date: 2019-03-17
Version: 1.13.07
Version: 1.13.08
Authors@R: c(person("Koen", "Van den Berge", role = c("aut"),
email = "[email protected]"),
person("Hector", "Roux de Bezieux", role = c("aut", "cre"),
Expand Down

0 comments on commit b53123e

Please sign in to comment.