Skip to content

Commit

Permalink
Use ruby/actions/.github/workflows/ruby_versions.yml@master
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Jan 9, 2024
1 parent e60aae9 commit e917306
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ on:
pull_request:

jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
min_version: 2.7
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu]
ruby: [2.7, "3.0", 3.1, 3.2, head, jruby]
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}

name: >-
${{matrix.os}}:ruby-${{matrix.ruby}}
Expand Down

0 comments on commit e917306

Please sign in to comment.