Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
- use devel branch
- use R 4.3
  • Loading branch information
cpanse committed Aug 30, 2023
1 parent 1f5c797 commit e794977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
on:
push:
branches: [ master ]
branches: [ devel ]
pull_request:
branches: [ master ]
branches: [ devel ]

jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
r-version: [4.2]
r-version: [4.3]
steps:
- uses: actions/checkout@v2
- name: Set up R ${{ matrix.r-version }}
Expand Down

0 comments on commit e794977

Please sign in to comment.