Skip to content

Commit b13169a

Browse files
committed
build: Tests against Ruby 3.3
1 parent 1e53b95 commit b13169a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ jobs:
453453
fail-fast: false
454454
matrix:
455455
os: [ubuntu-22.04, macos-12, windows-2022]
456-
ruby-version: ["2.7", "3.2"]
456+
ruby-version: ["2.7", "3.2", "3.3"]
457457

458458
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
459459
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)