Skip to content

Commit

Permalink
Dont build on old ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Dec 18, 2023
1 parent 292713f commit 02fd739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -682,7 +682,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-2019]
ruby-version: [2.4, 2.5, 2.6, 2.7, "3.0"]
ruby-version: [2.5, 2.6, 2.7, "3.0"]
steps:
- uses: actions/checkout@v2
- name: Set version env
Expand Down

0 comments on commit 02fd739

Please sign in to comment.