Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 20, 2024
1 parent 2746f8d commit e1325a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: test
on: [push, pull_request]
jobs:
Expand All @@ -7,9 +6,9 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
fail-fast: false
os: [ 'ubuntu', 'macos' ]
ruby: [ '3.1', '3.2', '3.3' ]
fail-fast: false
os: ["ubuntu", "macos"]
ruby: ["3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e1325a0

Please sign in to comment.