Skip to content

Commit

Permalink
GHA test on oldrel-1 (R4.3) and oldre-2 (R4.2).
Browse files Browse the repository at this point in the history
Think oldrel-1 should be OK, but oldrel-2 will fail to the change in how errors are reported in R/snapshot. Must check if they can be bypassed.
  • Loading branch information
martinju committed Dec 19, 2024
1 parent 8fba29b commit f9269f2
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 @@ -42,8 +42,8 @@ jobs:
- {os: ubuntu-20.04, r: 'release'}
# Temporary disable the below check plattforms as they fail due to a change in how R reports error from R<4.3 to R>=4.3,
# which gives a different output in the snapshots produced by testthat>=3.2.0
# - {os: ubuntu-20.04, r: 'oldrel-1'}
# - {os: ubuntu-20.04, r: 'oldrel-2'}
- {os: ubuntu-20.04, r: 'oldrel-1'}
- {os: ubuntu-20.04, r: 'oldrel-2'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f9269f2

Please sign in to comment.