Skip to content

Commit

Permalink
Merge pull request #18 from makicamel/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
makicamel authored Sep 15, 2024
2 parents 192b00e + 2c6b07e commit d3c7aa6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: CI

on: [push,pull_request]
on: [push, pull_request]

jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, head, truffleruby]
exclude:
- os: windows-latest
ruby: head
- os: windows-latest
ruby: truffleruby
ruby: [2.6, 2.7, 3.0, head]
include:
- { os: macos-13, ruby: '2.3' }
- { os: macos-13, ruby: '2.4' }
- { os: macos-13, ruby: '2.5' }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d3c7aa6

Please sign in to comment.