Skip to content

Commit b2047b8

Browse files
petergoldsteinPragTob
authored andcommitted
Add Ruby 3.2 to the CI matrix. Also update checkout action version.
1 parent 0e35b25 commit b2047b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ruby: [2.7, '3.0', 3.1, ruby-head, jruby-9.3]
11+
ruby: [2.7, '3.0', 3.1, 3.2, ruby-head, jruby-9.3]
1212

1313
env:
1414
BUNDLE_WITHOUT: "benchmark"
1515
JRUBY_OPTS: "--debug"
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- name: Get sqlite for Rails test projects
2121
run: sudo apt-get install libsqlite3-dev

.github/workflows/unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ruby: [ruby-head, jruby-head]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Set up RVM
1919
run: curl -sSL https://get.rvm.io | bash

0 commit comments

Comments
 (0)