Skip to content

Commit

Permalink
Add Ruby 3.2 to the CI matrix. Upgrade checkout action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and dmolesUC committed Aug 7, 2024
1 parent 979b6d3 commit c782de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
ruby: [ '2.7', '3.0', '3.1' ]
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
runs-on: ${{ matrix.os }}

steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit c782de5

Please sign in to comment.