From cb5d98bbd74e560e9dc8c4ee2ee69126f60aacfa Mon Sep 17 00:00:00 2001 From: titusfortner Date: Thu, 5 Oct 2023 22:26:32 -0500 Subject: [PATCH] [ci] update what ruby tests get run --- .github/workflows/ci-ruby.yml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci-ruby.yml b/.github/workflows/ci-ruby.yml index 80ced414f5fef..1ea237ada756d 100644 --- a/.github/workflows/ci-ruby.yml +++ b/.github/workflows/ci-ruby.yml @@ -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 @@ -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 }}