Skip to content

Commit

Permalink
Add Ruby 3.4(.1) as supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
csutter committed Jan 6, 2025
1 parent 93c59fe commit 39a33d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['3.2', '3.3']
version: ['3.2', '3.3', '3.4']
permissions:
packages: write
id-token: write
Expand Down
7 changes: 7 additions & 0 deletions build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"3", "3", "6"
],
"checksum": "8dc48fffaf270f86f1019053f28e51e4da4cce32a36760a0603a9aee67d7fd8d",
"extra": ""
},
{
"rubyver": [
"3", "4", "1"
],
"checksum": "068c8523442174bd3400e786f4a6952352c82b1b9f6210fd17fb4823086d3379",
"extra": "latest"
}
],
Expand Down

0 comments on commit 39a33d8

Please sign in to comment.