Skip to content

Commit

Permalink
Test with Ruby 3.3 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 26, 2023
1 parent 9c81d59 commit b7adb3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
os: ubuntu-22.04
- ruby: 3.2
os: ubuntu-22.04
- ruby: 3.1
Expand All @@ -14,7 +16,7 @@ jobs:
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- if: ${{ startsWith(matrix.os, 'ubuntu') }}
Expand Down

0 comments on commit b7adb3f

Please sign in to comment.