Skip to content

Commit 67aca08

Browse files
authored
Merge pull request #463 from x-govuk/upgrade-ruby-versions
Upgrade supported Ruby versions to 3.1, 3.2, 3.3
2 parents d9963a0 + 46fcaf8 commit 67aca08

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby: ['3.0.6', '3.1.4', '3.2.2']
13+
ruby: ['3.1.4', '3.2.3', '3.3.0']
1414
rails: ['6.1.7', '7.0.6']
1515
runs-on: ubuntu-20.04
1616
name: Testing with Ruby ${{ matrix.ruby }} and Rails ${{ matrix.rails }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![GitHub license](https://img.shields.io/github/license/x-govuk/govuk-form-builder)](https://github.com/x-govuk/govuk-form-builder/blob/main/LICENSE)
99
[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.0.0-brightgreen)](https://design-system.service.gov.uk)
1010
[![Rails](https://img.shields.io/badge/Rails-6.1.7%20%E2%95%B1%207.0.6-E16D6D)](https://weblog.rubyonrails.org/releases/)
11-
[![Ruby](https://img.shields.io/badge/Ruby-3.0.6%20%20%E2%95%B1%203.1.4%20%20%E2%95%B1%203.2.2-E16D6D)](https://www.ruby-lang.org/en/downloads/)
11+
[![Ruby](https://img.shields.io/badge/Ruby-3.1.4%20%20%E2%95%B1%203.2.3%20%20%E2%95%B1%203.3.0-E16D6D)](https://www.ruby-lang.org/en/downloads/)
1212

1313
This library provides an easy-to-use form builder for the [GOV.UK Design System](https://design-system.service.gov.uk/).
1414

guide/content/introduction/supported-versions.slim

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ table.govuk-table.app-table--constrained
4747
th.govuk-table__header scope="row"
4848
| Ruby
4949
td.govuk-table__cell.govuk-table__cell--numeric
50-
| 3.2.2
50+
| 3.3.0
5151
br
52-
| 3.1.4
52+
| 3.2.3
5353
br
54-
| 3.0.6
54+
| 3.1.4
5555
td.govuk-table__cell.govuk-table__cell--numeric
5656
| 3.0.3
5757
br

0 commit comments

Comments
 (0)