Skip to content

Commit 646ddf3

Browse files
committed
test R 4.3.1 only for now
1 parent 483111c commit 646ddf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
R: ['4.3.1', '4.3.2']
21+
R: ['4.3.1']
2222
env:
2323
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2424
R_KEEP_PKG_SOURCE: yes

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
R: ['4.3.1', '4.3.2']
21+
R: ['4.3.1']
2222
env:
2323
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2424
R_KEEP_PKG_SOURCE: yes

0 commit comments

Comments
 (0)