Skip to content

Commit

Permalink
remove ruby 2.7.5 from CI suite
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed May 30, 2024
1 parent b1c3ce7 commit 4441d8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: runner / acceptance-tests
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
ruby: [ '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]

steps:
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # pin@v1.175.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
ruby: [ '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
ruby: [ '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]

steps:
- name: checkout
Expand Down

0 comments on commit 4441d8c

Please sign in to comment.