Skip to content

Commit

Permalink
small test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Sep 14, 2024
1 parent 51e4115 commit bc4ae54
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,13 @@ on:
- 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) }}
ruby: [3.3]
os: [ ubuntu-latest ]
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -51,6 +44,7 @@ jobs:
os: [ windows-2022 ]
ruby: [3.3]
console: [ classic, legacy ]
timeout-minutes: 30
defaults:
run:
shell: cmd
Expand Down

0 comments on commit bc4ae54

Please sign in to comment.