Skip to content

Commit

Permalink
Merge pull request ruby#8 from ima1zumi/daily-ci
Browse files Browse the repository at this point in the history
Update Ruby version of CI
  • Loading branch information
st0012 authored Mar 23, 2024
2 parents c43922f + 8b908ce commit ec2cced
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/y.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
name: CI

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "30 14 * * *"

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 ec2cced

Please sign in to comment.