Skip to content

Commit

Permalink
Updating Ruby and Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDanger committed Jan 2, 2024
1 parent 2768d3b commit dc0d609
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ jobs:
strategy:
matrix:
ruby:
- '2.3.x'
- '2.4.x'
- '2.5.x'
- '2.6.x'
- '2.3.8'
- '2.4.10'
- '2.5.9'
- '2.6.10'
- '2.7.8'
- '3.3.0'
rails:
- '5.0.7.2'
- '5.1.7'
- '5.2.3'
- '6.1.7.6'
- '7.1.2'
steps:
- name: Install system dependencies
run: sudo apt-get install -y libsqlite3-dev
Expand Down

0 comments on commit dc0d609

Please sign in to comment.