Skip to content

Commit

Permalink
Merge pull request #362 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: Add Ruby 3.3 to build matrix
  • Loading branch information
byroot authored Aug 8, 2024
2 parents d06b10f + 7057dd2 commit 8c9d9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
include:
- os: macos-13
ruby: '2.5'
Expand Down

0 comments on commit 8c9d9ca

Please sign in to comment.