Skip to content

Commit cff0e6d

Browse files
author
Mateusz Drewniak
committed
Add ruby 3.2 to the CI pipeline
1 parent 05dc6e3 commit cff0e6d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci_ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
CI: true
2121
strategy:
2222
matrix:
23-
ruby-version: ['2.7', '3.0', '3.1']
23+
ruby-version: ['2.7', '3.0', '3.1', '3.2']
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v3

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.1.3

0 commit comments

Comments
 (0)