Skip to content

Commit

Permalink
CI: Add Ruby 3.4 to matrix (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Jan 10, 2025
1 parent 8f9d8bd commit 881e0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 3.1, 3.2, 3.3, head ]
ruby: [ 3.1, 3.2, 3.3, 3.4, head ]
steps:
- uses: actions/checkout@v4
- name: Setup ruby
Expand Down

0 comments on commit 881e0bf

Please sign in to comment.