Skip to content

Commit

Permalink
ci: update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rubysamurai committed Mar 11, 2024
1 parent ac70e24 commit 5b3a30b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ name: CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, head, truffleruby, truffleruby-head, truffleruby+graalvm, truffleruby+graalvm-head]
name: Ruby ${{ matrix.ruby }}
os: [ubuntu-latest, macos-latest]
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', head, truffleruby, truffleruby-head]
runs-on: ${{ matrix.os }}
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 5b3a30b

Please sign in to comment.