Skip to content

Commit 4441d8c

Browse files
committed
remove ruby 2.7.5 from CI suite
1 parent b1c3ce7 commit 4441d8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/acceptance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: runner / acceptance-tests
5858
strategy:
5959
matrix:
60-
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
60+
ruby: [ '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
6161

6262
steps:
6363
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # [email protected]

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
18+
ruby: [ '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
1919

2020
steps:
2121
- name: checkout

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
18+
ruby: [ '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
1919

2020
steps:
2121
- name: checkout

0 commit comments

Comments
 (0)