Skip to content

Commit

Permalink
Update Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ima1zumi committed Mar 23, 2024
1 parent 8539bee commit 05f087a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@ name: CI
on: [push, pull_request]

jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
min_version: 2.5

yamatanooroti:
needs: ruby-versions
name: >-
yamaoro ${{ matrix.os }} ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest ]
ruby: [ 'head', '3.2', '3.1', '3.0', 2.7, 2.6, 2.5 ]
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 05f087a

Please sign in to comment.