Skip to content

Commit

Permalink
Use Ruby 2.5 for automated rspec tests
Browse files Browse the repository at this point in the history
Carrierwave 3 depends on Ruby >= 2.5.0
  • Loading branch information
araccaine committed Sep 18, 2023
1 parent 50e5a84 commit e030724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.2', '3.2' ]
ruby: [ '2.5', '3.2' ]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e030724

Please sign in to comment.