Skip to content

Commit 639e55e

Browse files
committed
Chore: Add ruby 3.3 and fix workflow
1 parent 1fbd30d commit 639e55e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
types: [opened, reopened, synchronize]
7+
branches: [ main ]
88

99
jobs:
1010
test:
@@ -13,8 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby-version: ['3.2', '3.0', '2.7', '2.3', truffleruby-head]
17-
16+
ruby-version: ['3.3', '3.2', '3.0', '2.7', '2.3', truffleruby-head]
1817
steps:
1918
- uses: actions/checkout@v4
2019
- name: Set up Ruby ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)