Skip to content

Commit

Permalink
Update tests to work on latest Rubies. (#1999)
Browse files Browse the repository at this point in the history
* Don't update to latest rubygems.

* Test on Ruby v3.2.
  • Loading branch information
ioquatix committed Dec 26, 2022
1 parent 7bb58c8 commit 2a82c88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/development.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand All @@ -29,7 +29,6 @@ jobs:

- name: Bundle install...
run: |
gem update --system
bundle config path vendor/bundle
bundle install
Expand Down

0 comments on commit 2a82c88

Please sign in to comment.