Skip to content

Commit

Permalink
Update CI to use ruby 3.X
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Wininger <fw.centrale@gmail.com>
  • Loading branch information
fwininger committed Apr 24, 2024
1 parent 033b439 commit db87b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019]
ruby: ['2.6', '2.7', '3.0', '3.1']
os: [ubuntu-22.04, windows-2019]
ruby: ['3.0', '3.1', '3.2', '3.3']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit db87b36

Please sign in to comment.