Skip to content

Commit

Permalink
Merge pull request #439 from x-govuk/versions-bumps
Browse files Browse the repository at this point in the history
Upgrade to latest versions of Ruby and Rails
  • Loading branch information
peteryates authored Jul 13, 2023
2 parents 1662e5e + 3b310f0 commit 941152a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.5'
ruby-version: '3.0.6'

- name: Install gems
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0.5', '3.1.3', '3.2.0']
rails: ['6.1.7', '7.0.4']
ruby: ['3.0.6', '3.1.4', '3.2.2']
rails: ['6.1.7', '7.0.6']
runs-on: ubuntu-20.04
name: Testing with Ruby ${{ matrix.ruby }} and Rails ${{ matrix.rails }}
steps:
Expand Down Expand Up @@ -43,11 +43,11 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
ruby-version: '3.1.4'

- name: Install gems
env:
RAILS_VERSION: '7.0.3'
RAILS_VERSION: '7.0.6'
run: |
gem install bundler
bundle install --jobs 4 --retry 3
Expand Down
8 changes: 4 additions & 4 deletions guide/content/introduction/supported-versions.slim
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ table.govuk-table.app-table--constrained
th.govuk-table__header scope="row"
| Ruby on Rails
td.govuk-table__cell.govuk-table__cell--numeric
| 7.0.4
| 7.0.6
br
| 6.1.7
td.govuk-table__cell.govuk-table__cell--numeric
Expand All @@ -47,11 +47,11 @@ table.govuk-table.app-table--constrained
th.govuk-table__header scope="row"
| Ruby
td.govuk-table__cell.govuk-table__cell--numeric
| 3.2.0
| 3.2.2
br
| 3.1.3
| 3.1.4
br
| 3.0.4
| 3.0.6
td.govuk-table__cell.govuk-table__cell--numeric
| 3.0.3
br
Expand Down

0 comments on commit 941152a

Please sign in to comment.