|
22 | 22 |
|
23 | 23 | on: |
24 | 24 | push: |
25 | | - branches: [main, devel] |
| 25 | + branches: [devel, devel_pre, devel_pre_v4] |
26 | 26 | pull_request: |
27 | | - branches: [main, devel] |
| 27 | + branches: [devel, devel_pre, devel_pre_v4] |
28 | 28 |
|
29 | 29 | name: R-CMD-check-bioc |
30 | 30 |
|
|
54 | 54 | fail-fast: false |
55 | 55 | matrix: |
56 | 56 | config: |
57 | | - - { os: ubuntu-latest, r: '4.4.2', bioc: '3.20', cont: "bioconductor/bioconductor_docker:RELEASE_3_20", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } |
58 | | - - { os: macOS-latest, r: '4.4.2', bioc: '3.20'} |
| 57 | + - { os: ubuntu-latest, r: '4.5.2', bioc: '3.22', cont: "bioconductor/bioconductor_docker:RELEASE_3_22", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } |
| 58 | + - { os: macOS-latest, r: '4.5.2', bioc: '3.22'} |
59 | 59 | ## - { os: windows-latest, r: '4.4', bioc: '3.20'} |
60 | 60 | ## Check https://github.com/r-lib/actions/tree/master/examples |
61 | 61 | ## for examples using the http-user-agent |
@@ -107,16 +107,16 @@ jobs: |
107 | 107 | uses: actions/cache@v4 |
108 | 108 | with: |
109 | 109 | path: ${{ env.R_LIBS_USER }} |
110 | | - key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE-r-4.4.2-${{ hashFiles('.github/depends.Rds') }} |
111 | | - restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE-r-4.4.2- |
| 110 | + key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE-r-4.5.2-${{ hashFiles('.github/depends.Rds') }} |
| 111 | + restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE-r-4.5.2- |
112 | 112 |
|
113 | 113 | - name: Cache R packages on Linux |
114 | 114 | if: "!contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' " |
115 | 115 | uses: actions/cache@v4 |
116 | 116 | with: |
117 | 117 | path: /home/runner/work/_temp/Library |
118 | | - key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-4.4.2-${{ hashFiles('.github/depends.Rds') }} |
119 | | - restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-4.4.2- |
| 118 | + key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-4.5.2-${{ hashFiles('.github/depends.Rds') }} |
| 119 | + restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-4.5.2- |
120 | 120 |
|
121 | 121 | - name: Install Linux system dependencies |
122 | 122 | if: runner.os == 'Linux' |
@@ -339,7 +339,7 @@ jobs: |
339 | 339 | if: failure() |
340 | 340 | uses: actions/upload-artifact@v4 |
341 | 341 | with: |
342 | | - name: ${{ runner.os }}-biocversion-RELEASE-r-4.4.2-results |
| 342 | + name: ${{ runner.os }}-biocversion-RELEASE-r-4.5.2-results |
343 | 343 | path: check |
344 | 344 |
|
345 | 345 | - uses: docker/build-push-action@v1 |
|
0 commit comments