Skip to content

Commit

Permalink
Drop support of Ruby 2.3 (issues with setting up builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirSvrtan committed Nov 13, 2023
1 parent 304e16d commit bd311cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.3.0','2.4.0','2.5.0','2.6.0','2.7.0','3.0.0','3.1.0']
ruby-version: ['2.4.0','2.5.0','2.6.0','2.7.0','3.0.0','3.1.0']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bd311cd

Please sign in to comment.