Skip to content

Commit

Permalink
remove ruby 3.0 from CI since it is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Jul 10, 2024
1 parent 0b73eef commit d4b0dfe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
ruby:
- 3.2.2
- 3.1.4
- 3.0.6
env:
DB: sqlite3
RAILS: ${{ matrix.rails }}
Expand All @@ -47,7 +46,6 @@ jobs:
ruby:
- 3.2.2
- 3.1.4
- 3.0.6
env:
DB: mysql
RAILS: ${{ matrix.rails }}
Expand Down Expand Up @@ -83,7 +81,6 @@ jobs:
ruby:
- 3.2.2
- 3.1.4
- 3.0.6
env:
DB: postgres
RAILS: ${{ matrix.rails }}
Expand Down

0 comments on commit d4b0dfe

Please sign in to comment.