Skip to content

Commit

Permalink
Try CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jan 1, 2024
1 parent 0a8271d commit f40c9e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
runs-on: ubuntu-latest
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'head']
os: ['ubuntu-latest', 'windows-latest']
include:
- ruby: mingw
os: windows-latest
- ruby: mswin
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
specs:
ast (2.4.1)
diff-lcs (1.5.0)
google-protobuf (3.23.4)
google-protobuf (3.25.1)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down

0 comments on commit f40c9e3

Please sign in to comment.