Skip to content

Commit

Permalink
[ci] update what ruby tests get run
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 6, 2023
1 parent a67b81d commit cb5d98b
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/ci-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
os: ubuntu
- ruby-version: 3.2.0
os: macos
- ruby-version: jruby-9.4.0.0
- ruby-version: jruby-9.4.3.0
os: ubuntu
- ruby-version: truffleruby-22.3.0
os: ubuntu
Expand Down Expand Up @@ -102,24 +102,15 @@ jobs:
strategy:
fail-fast: false
matrix:
browser:
- chrome
- edge
- firefox
- safari
os:
- ubuntu
- windows
- macos
exclude:
include:
- browser: edge
os: windows
- browser: chrome
os: ubuntu
- browser: edge
os: macos
- browser: safari
- browser: firefox
os: ubuntu
- browser: safari
os: windows
os: macos
with:
name: Remote Tests (${{ matrix.browser }}, ${{ matrix.os }})
browser: ${{ matrix.browser }}
Expand Down

0 comments on commit cb5d98b

Please sign in to comment.