Skip to content

Commit 67cc822

Browse files
committed
CI: promote the Ruby 3.2 build step to non-experimental
1 parent 5feb251 commit 67cc822

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby_version: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1"]
12+
ruby_version: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2"]
1313
experimental: [false]
1414
include:
15-
- ruby_version: "3.2"
16-
experimental: true
1715
- ruby_version: "ruby-head"
1816
experimental: true
1917

0 commit comments

Comments
 (0)