Skip to content

Commit cb5d98b

Browse files
committed
[ci] update what ruby tests get run
1 parent a67b81d commit cb5d98b

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/ci-ruby.yml

+6-15
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
os: ubuntu
4848
- ruby-version: 3.2.0
4949
os: macos
50-
- ruby-version: jruby-9.4.0.0
50+
- ruby-version: jruby-9.4.3.0
5151
os: ubuntu
5252
- ruby-version: truffleruby-22.3.0
5353
os: ubuntu
@@ -102,24 +102,15 @@ jobs:
102102
strategy:
103103
fail-fast: false
104104
matrix:
105-
browser:
106-
- chrome
107-
- edge
108-
- firefox
109-
- safari
110-
os:
111-
- ubuntu
112-
- windows
113-
- macos
114-
exclude:
105+
include:
115106
- browser: edge
107+
os: windows
108+
- browser: chrome
116109
os: ubuntu
117-
- browser: edge
118-
os: macos
119-
- browser: safari
110+
- browser: firefox
120111
os: ubuntu
121112
- browser: safari
122-
os: windows
113+
os: macos
123114
with:
124115
name: Remote Tests (${{ matrix.browser }}, ${{ matrix.os }})
125116
browser: ${{ matrix.browser }}

0 commit comments

Comments
 (0)