Skip to content

Commit

Permalink
remove old ruby versions from github actions, add new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mitosch committed Sep 12, 2024
1 parent 4a3f12c commit a339e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0']
# ruby: ['2.5', '2.6', '2.7', '3.0']
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit a339e1b

Please sign in to comment.