Skip to content

Commit

Permalink
CI: Add Ruby 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Aug 2, 2024
1 parent ee4cfe1 commit c0e900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7' ]
os:
- ubuntu-latest
experimental: [false]
Expand Down

0 comments on commit c0e900d

Please sign in to comment.