Skip to content

Commit

Permalink
Merge pull request #71 from alphagov/dj-maisy/fix_ruby32_build
Browse files Browse the repository at this point in the history
This matrix was missed when bumping Ruby 3.2
  • Loading branch information
dj-maisy authored Jan 26, 2024
2 parents e988e9c + 19f8cb8 commit 116dac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
matrix:
version: [
{rubyver: ['3', '1', '4'], extra: ''},
{rubyver: ['3', '2', '2'], extra: ''},
{rubyver: ['3', '2', '3'], extra: ''},
{rubyver: ['3', '3', '0'], extra: 'latest'},
]
permissions:
Expand Down

0 comments on commit 116dac5

Please sign in to comment.