Skip to content

Commit f23bfcf

Browse files
Add Ruby 3.2 to CI. Upgrade checkout action versions.
1 parent d7c0bfc commit f23bfcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', 'head']
23+
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'head']
2424

2525
steps:
26-
- uses: actions/checkout@v2.4.0
26+
- uses: actions/checkout@v3
2727
- name: Install libcurl dev (for ovirt native extensions)
2828
run: sudo apt-get install libcurl4-openssl-dev
2929
- name: Set up Ruby
@@ -40,7 +40,7 @@ jobs:
4040
name: Rubocop
4141
runs-on: 'ubuntu-20.04'
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
- name: Set up Ruby
4545
uses: ruby/setup-ruby@v1
4646
with:

0 commit comments

Comments
 (0)