Skip to content

Commit

Permalink
Remove Github Actions for Ruby 2.4 as well due to issues with builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirSvrtan committed Nov 13, 2023
1 parent 007fc93 commit 91c4519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.4.0','2.5.0','2.6.0','2.7.0','3.0.0','3.1.0','3.2.0']
ruby-version: ['2.5.0','2.6.0','2.7.0','3.0.0','3.1.0','3.2.0']

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

0 comments on commit 91c4519

Please sign in to comment.