Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
- add ruby 3.2 and 3.3
- use ubuntu-latest
- use faster/newer checkout@v4
  • Loading branch information
pcai authored Jun 6, 2024
1 parent d299f19 commit 09cc228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019]
ruby: ['2.6', '2.7', '3.0', '3.1']
os: [ubuntu-latest, windows-2019]
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 09cc228

Please sign in to comment.