Skip to content

Commit

Permalink
bump R version to R4.3.3 (#43)
Browse files Browse the repository at this point in the history
* bump R version to R4.3.3

* also bump the CMD check R version
  • Loading branch information
shun2wang authored Apr 23, 2024
1 parent 96f1367 commit 53f9265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/downstream-tests-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
r: [4.3.1]
r: [4.3.3]
os: [ubuntu-latest, macOS-latest, windows-latest]
# only common modules
module: [jasp-stats/jaspDescriptives, jasp-stats/jaspTTests, jasp-stats/jaspAnova, jasp-stats/jaspRegression, jasp-stats/jaspFrequencies, jasp-stats/jaspFactor]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rcmdcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: '4.3.1'}
- {os: macOS-latest, r: '4.3.1'}
- {os: ubuntu-latest, r: '4.3.1'}
- {os: windows-latest, r: '4.3.3'}
- {os: macOS-latest, r: '4.3.3'}
- {os: ubuntu-latest, r: '4.3.3'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}

env:
Expand Down

0 comments on commit 53f9265

Please sign in to comment.