Skip to content

Commit

Permalink
Update Github action workflow to add CI testing for Ruby versions 3.1…
Browse files Browse the repository at this point in the history
… and 3.2

and drop version 2.5 since:
- the CI bundler build step does not seem to support it anymore
- It is a truly ancient version now as well; official support for 2.5
  from the Ruby lang teaam has ended long ago.
  • Loading branch information
Qqwy committed May 11, 2023
1 parent 7300663 commit b004a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.5', '2.6', '2.7', '3.0']
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b004a20

Please sign in to comment.