Skip to content

Commit

Permalink
Add Ruby 3.2 to CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Percival <m@mdp.im>
  • Loading branch information
petergoldstein authored and mdp committed May 30, 2023
1 parent f0624c0 commit be137f1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:

strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7', '2.3']
ruby-version: ['3.2', '3.1', '3.0', '2.7', '2.3']

steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
bundler-cache: true
- name: Run tests
run: bundle exec rspec
run: bundle exec rspec

0 comments on commit be137f1

Please sign in to comment.