Skip to content

Commit ed4dc30

Browse files
authored
Merge pull request #510 from ellnix/update-version-targets
Update version targets (Ruby 3.1, Ubuntu 22.04)
2 parents 8d8c1e3 + 2537313 commit ed4dc30

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby-version: ['2.6', '2.7', '3.0']
16+
ruby-version: ['2.6', '2.7', '3.0', '3.1']
1717
name: integration-tests-against-rc (ruby ${{ matrix.ruby-version }})
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Ruby ${{ matrix.ruby-version }}

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby-version: ['2.6', '2.7', '3.0']
20+
ruby-version: ['2.6', '2.7', '3.0', '3.1']
2121
name: integration-tests (ruby ${{ matrix.ruby-version }})
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Set up Ruby ${{ matrix.ruby-version }}
@@ -39,7 +39,7 @@ jobs:
3939

4040
linter_check:
4141
name: linter-check
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-22.04
4343
steps:
4444
- uses: actions/checkout@v4
4545
- name: Set up Ruby

bors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ status = [
22
'integration-tests (ruby 2.6)',
33
'integration-tests (ruby 2.7)',
44
'integration-tests (ruby 3.0)',
5+
'integration-tests (ruby 3.1)',
56
'linter-check'
67
]
78
# 1 hour timeout

0 commit comments

Comments
 (0)