Skip to content

Commit

Permalink
skip R 3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Jul 31, 2024
1 parent 3c87d4d commit f1e53fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:
jobs:
devtools-check:
strategy:
# currently, we expect the adapter to work with the same versions as flowr itself
# currently, we expect the adapter to work with most of the same versions as flowr itself
# see https://github.com/flowr-analysis/flowr/blob/main/.github/workflows/full-test.yaml#L20
matrix:
r-version: [ '4.4.0', '4.3.2', '4.2.3', '4.0.0', '3.6.0' ]
fail-fast: false
r-version: [ '4.4.0', '4.3.2', '4.2.3', '4.0.0' ]
os: [ ubuntu-latest ]
include:
- os: macos-latest
Expand Down

0 comments on commit f1e53fc

Please sign in to comment.