Skip to content

Commit ae8608e

Browse files
committed
ci: run on Ruby 3.2 instead of head
1 parent 1d27a05 commit ae8608e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby: [2.7, '3.0', 3.1, ruby-head]
11-
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
10+
ruby: [2.7, '3.0', '3.1', '3.2']
1211
runs-on: ubuntu-latest
1312
steps:
1413
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)