Skip to content

Commit

Permalink
Fix merge conflict for Ruby version for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirSvrtan committed Nov 13, 2023
1 parent cc736a6 commit 007fc93
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','3.2.0']
ruby-version: ['2.4.0','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 007fc93

Please sign in to comment.