Skip to content

Commit

Permalink
Only build older R version
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Feb 26, 2024
1 parent 7076913 commit 7c31546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
config:
- { r: 'devel' }
- { r: 'next' }
- { r: '4.3.2' }
# - { r: 'devel' }
# - { r: 'next' }
# - { r: '4.3.2' }
- { r: '4.2.3' }
- { r: '4.1.3' }
- { r: '4.0.5' }
Expand Down

0 comments on commit 7c31546

Please sign in to comment.