Skip to content

Commit

Permalink
Adds Ruby 3.4 to the list of tested rubies
Browse files Browse the repository at this point in the history
Also removes Ruby 3.0 which is EOL.
  • Loading branch information
camilopayan committed Dec 27, 2024
1 parent 21ee520 commit 63ecb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby-version:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "3.4"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 63ecb63

Please sign in to comment.