Skip to content

Commit

Permalink
Merge pull request #575 from flori/refine-ci
Browse files Browse the repository at this point in the history
Refine CI matrix
  • Loading branch information
hsbt committed Mar 22, 2024
2 parents 9ac5829 + 817d7b0 commit 35d435e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -22,18 +22,23 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- macos-12
- macos-13
- macos-14
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
- { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
- { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
- { os: macos-latest , ruby: truffleruby }
- { os: ubuntu-latest , ruby: truffleruby }
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
# - { os: macos-latest , ruby: truffleruby }
# - { os: ubuntu-latest , ruby: truffleruby }
exclude:
- { os: macos-14, ruby: 2.3 }
- { os: macos-14, ruby: 2.4 }
- { os: macos-14, ruby: 2.5 }
- { os: windows-latest, ruby: jruby }
- { os: windows-latest, ruby: jruby-head }

Expand Down

0 comments on commit 35d435e

Please sign in to comment.