Skip to content

Commit

Permalink
Add Ruby 3.0, 3.1, and 3.2 to CI, and retire 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Dec 20, 2023
1 parent 07c8509 commit 5099868
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
strategy:
matrix:
ruby:
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
steps:
- uses: actions/checkout@v3
- name: script/cibuild-docker
Expand Down

0 comments on commit 5099868

Please sign in to comment.