Skip to content

Commit a577aca

Browse files
authored
Merge pull request #773 from petergoldstein/feature/add_ruby_3_2_to_ci
Adds Ruby 3.2 to the CI matrix
2 parents 31d3d9d + 7bb1f94 commit a577aca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
- 2.7
1414
- '3.0' # Quoted, to avoid YAML float 3.0 interplated to "3"
1515
- 3.1
16+
- 3.2
1617
steps:
1718
- name: Check out repository code
18-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
1920
- name: Set up Ruby
2021
uses: ruby/setup-ruby@v1
2122
with:

0 commit comments

Comments
 (0)