Skip to content

Commit

Permalink
CI: Run Ruby 2.2 on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 19, 2024
1 parent 137fd0d commit ce054e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-${{ matrix.ubuntu }}
strategy:
fail-fast: false
matrix:
ubuntu: [latest]
ruby: ['3.1', '3.2', '3.3', jruby-head, ruby-head]
rails_version:
- '6.1.0'
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
# EOL Active Record
- ruby: 2.2
rails_version: '3.2.0'
ubuntu: '20.04'
- ruby: 2.1
rails_version: '4.1.0'
- ruby: 2.4
Expand Down

0 comments on commit ce054e9

Please sign in to comment.