Skip to content

Commit

Permalink
Amend ruby 3.2 patch version to 3.2.6
Browse files Browse the repository at this point in the history
Noticed the badge for ruby was 3.2.6 so have amended
inline with current latest patch level for 3.2.
  • Loading branch information
jsugarman committed Jan 10, 2025
1 parent 8e9f932 commit a6ca88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.2.5', '3.3.6', '3.4.1']
ruby: ['3.2.6', '3.3.6', '3.4.1']
rails: ['7.1.5', '7.2.2', '8.0.1']
runs-on: ubuntu-latest
name: Testing with Ruby ${{ matrix.ruby }} and Rails ${{ matrix.rails }}
Expand Down
2 changes: 1 addition & 1 deletion guide/content/introduction/supported-versions.slim
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ table.govuk-table.app-table--constrained
br
| 3.3.6
br
| 3.2.5
| 3.2.6
td.govuk-table__cell.govuk-table__cell--numeric
| 3.0.3
br
Expand Down

0 comments on commit a6ca88b

Please sign in to comment.