Skip to content

Commit 376764e

Browse files
committed
Update ruby versions on tests
1 parent 940f249 commit 376764e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: build-test
22
env:
33
CI: true
4-
JRUBY_OPTS: "--debug"
54

65
on:
76
push:
@@ -15,7 +14,7 @@ jobs:
1514
fail-fast: false
1615
matrix:
1716
os: [ubuntu-latest, macos-latest, windows-latest]
18-
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
17+
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, 3.3]
1918
runs-on: ${{ matrix.os }}
2019
steps:
2120
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)