Skip to content

Commit

Permalink
Adds Ruby 3.2 to CI. Updates checkout action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Jan 16, 2023
1 parent 7b50d09 commit 58825e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
ruby: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "head"]
ruby: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head"]
runs-on: ${{ matrix.platform }}
steps:
- name: configure git crlf on windows
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
git config --system core.autocrlf false
git config --system core.eol lf
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: MSP-Greg/setup-ruby-pkgs@v1
with:
apt-get: _update_ build-essential cmake
Expand Down

0 comments on commit 58825e7

Please sign in to comment.