Skip to content

Commit

Permalink
use matrix for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Aug 14, 2024
1 parent bc3a255 commit aa52b28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ env:
jobs:
checkRelease:
runs-on: ubuntu-latest
container: bioconductor/bioconductor_docker:${{ env.BIOC_VERSION }}
strategy:
matrix:
bioc_version: [RELEASE_3_19] # Define versions as matrix variables
container: bioconductor/bioconductor_docker:${{ matrix.BIOC_VERSION }}

steps:
- name: Checkout Repository
Expand Down

0 comments on commit aa52b28

Please sign in to comment.