Skip to content

Commit 8e35f85

Browse files
committed
build(ruby): Enable tests on Ruby 3.2 / Windows
1 parent 770ffe8 commit 8e35f85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ jobs:
162162
matrix:
163163
os: [ubuntu-22.04, macos-12, windows-2022]
164164
ruby-version: ['2.7', '3.2']
165-
exclude:
166-
- os: windows-2022
167-
ruby-version: "3.2"
168165

169166
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
170167
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)