Skip to content

Commit

Permalink
Exclude failing 1.9 and macos for >2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed May 26, 2023
1 parent b5922ec commit 738f131
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
ruby:
# Due to https://github.com/actions/runner/issues/849, 'x.0' versions have to use quotes
- 1.9
- '2.0'
- 2.1
- 2.2
Expand All @@ -32,8 +31,14 @@ jobs:
- ubuntu
- windows
exclude:
- ruby: 1.9
os: windows
- ruby: 2.2 # Fails on setup: https://github.com/rvm/gem-empty/actions/runs/5094962600/jobs/9159397472
os: ubuntu
- ruby: 2.7 # Fails only on macos: https://github.com/rvm/gem-empty/actions/runs/5094962600/jobs/9159397472
os: macos
- ruby: 3.0 # Fails only on macos: https://github.com/rvm/gem-empty/actions/runs/5094962600/jobs/9159398902
os: macos
- ruby: 3.1 # Fails only on macos: https://github.com/rvm/gem-empty/actions/runs/5094962600/jobs/9159399155
os: macos
- ruby: jruby
os: macos
- ruby: jruby
Expand Down

0 comments on commit 738f131

Please sign in to comment.