From bc4ae547d7a2315d72aca7ceb62ba9c5be04682b Mon Sep 17 00:00:00 2001 From: tompng Date: Sat, 14 Sep 2024 15:49:34 +0900 Subject: [PATCH] small test matrix --- .github/workflows/y.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/y.yml b/.github/workflows/y.yml index dae015b..52b352a 100644 --- a/.github/workflows/y.yml +++ b/.github/workflows/y.yml @@ -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: @@ -51,6 +44,7 @@ jobs: os: [ windows-2022 ] ruby: [3.3] console: [ classic, legacy ] + timeout-minutes: 30 defaults: run: shell: cmd