Skip to content

Commit 9b5afa8

Browse files
committed
CI on 3.2.
1 parent c83d5b6 commit 9b5afa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
CI: true
18-
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
18+
ALLOW_FAILURES: false ${{ endsWith(matrix.ruby, 'head') }}
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ruby: [2.6, 2.7, '3.0', 3.1, ruby-head, jruby]
22+
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, ruby-head, jruby]
2323
steps:
2424
- name: Clone repository
2525
uses: actions/checkout@v3
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
ruby: [3.1]
49+
ruby: [3.1, 3.2]
5050
steps:
5151
- name: Clone repository
5252
uses: actions/checkout@v3

0 commit comments

Comments
 (0)