Skip to content

Commit

Permalink
chore: drop Ruby 2.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
baygeldin committed Jun 17, 2024
1 parent 7453c74 commit c9083df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
strategy:
matrix:
ruby:
- 2.7
- 3.1

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

strategy:
matrix:
ruby: ['2.7', '3.0', '3.1']
ruby: ['3.1']
os: ['ubuntu-latest', 'macos-latest']

permissions:
Expand Down

0 comments on commit c9083df

Please sign in to comment.