Skip to content

Commit

Permalink
Update ruby versions on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
styd committed Sep 27, 2024
1 parent 940f249 commit 376764e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build-test
env:
CI: true
JRUBY_OPTS: "--debug"

on:
push:
Expand All @@ -15,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, 3.3]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 376764e

Please sign in to comment.