Skip to content

Commit

Permalink
CI: Test with master
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Oct 6, 2024
1 parent b80ba00 commit 4c1b732
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ on:
pull_request:

jobs:
ruby-versions:
if: ${{ startsWith(github.repository, 'ruby/') || github.event_name != 'schedule' }}
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
min_version: 3.3

build:
needs: ruby-versions
name: CI (${{ matrix.ruby }} / ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
ruby:
- '3.3.0'
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, windows-latest ]

steps:
Expand Down

0 comments on commit 4c1b732

Please sign in to comment.