Skip to content

Commit

Permalink
Run Ruby 1.9 and JRuby 9.1/9.2 CI on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jan 7, 2025
1 parent d0504ef commit a09c157
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:

jobs:
tests:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:latest
Expand All @@ -29,7 +28,13 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ "1.9.3", "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, jruby-9.2, jruby-9.3, jruby-9.4, truffleruby-head ]
os: [ubuntu-latest]
ruby: [ "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, jruby-9.3, jruby-9.4 ]
include:
- { os: ubuntu-22.04, ruby: "1.9.3" }
- { os: ubuntu-22.04, ruby: jruby-9.1 }
- { os: ubuntu-22.04, ruby: jruby-9.2 }
runs-on: ${{ matrix.os }}
name: ${{ matrix.ruby }}
env:
BUNDLE_GEMFILE: .ci.gemfile
Expand Down

0 comments on commit a09c157

Please sign in to comment.