Skip to content

Commit 7bb1f94

Browse files
Adds Ruby 3.2 to the CI matrix. Updates checkout action version.
1 parent 31d3d9d commit 7bb1f94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
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)