Skip to content

Commit 53a9648

Browse files
committed
chore(ci): set 3.2 as experimental
1 parent ba47169 commit 53a9648

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
experimental: [false]
1414
include:
1515
- ruby_version: "3.2"
16+
os: "ubuntu-latest"
17+
experimental: true
18+
- ruby_version: "3.2"
19+
os: "windows-latest"
20+
experimental: true
21+
- ruby_version: "3.2"
22+
os: "macos-latest"
1623
experimental: true
1724
runs-on: ${{ matrix.os }}
1825
steps:

0 commit comments

Comments
 (0)