Skip to content

Commit

Permalink
Update test.yaml to use Ruby version 3.3 and add Windows toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
aliariff committed Feb 11, 2024
1 parent 79a27ad commit 1969903
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-2022]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -21,8 +21,9 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.3"
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
windows-toolchain: "default"
- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit 1969903

Please sign in to comment.