File tree 3 files changed +5
-5
lines changed
guide/content/introduction
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- ruby : ['3.0.6 ', '3.1.4 ', '3.2.2 ']
13
+ ruby : ['3.1.4 ', '3.2.3 ', '3.3.0 ']
14
14
rails : ['6.1.7', '7.0.6']
15
15
runs-on : ubuntu-20.04
16
16
name : Testing with Ruby ${{ matrix.ruby }} and Rails ${{ matrix.rails }}
Original file line number Diff line number Diff line change 8
8
[ ![ GitHub license] ( https://img.shields.io/github/license/x-govuk/govuk-form-builder )] ( https://github.com/x-govuk/govuk-form-builder/blob/main/LICENSE )
9
9
[ ![ GOV.UK Design System version] ( https://img.shields.io/badge/GOV.UK%20Design%20System-5.0.0-brightgreen )] ( https://design-system.service.gov.uk )
10
10
[ ![ 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/ )
12
12
13
13
This library provides an easy-to-use form builder for the [ GOV.UK Design System] ( https://design-system.service.gov.uk/ ) .
14
14
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ table.govuk-table.app-table--constrained
47
47
th .govuk-table__header scope =" row"
48
48
| Ruby
49
49
td .govuk-table__cell .govuk-table__cell--numeric
50
- | 3.2.2
50
+ | 3.3.0
51
51
br
52
- | 3.1.4
52
+ | 3.2.3
53
53
br
54
- | 3.0.6
54
+ | 3.1.4
55
55
td .govuk-table__cell .govuk-table__cell--numeric
56
56
| 3.0.3
57
57
br
You can’t perform that action at this time.
0 commit comments