Skip to content

Commit

Permalink
Temporarily remove JRuby builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 6, 2024
1 parent 94b672c commit 8ecd6a9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.6, 2.7, "3.0", 3.1, 3.2, 3.3, jruby-9.3, jruby-9.4]
ruby: [2.6, 2.7, "3.0", 3.1, 3.2, 3.3]
pg: [15]
include:
- ruby: 3.3
Expand All @@ -103,14 +103,6 @@ jobs:
pg: 13
- ruby: 3.3
pg: 14
- ruby: jruby-9.4
pg: 11
- ruby: jruby-9.4
pg: 12
- ruby: jruby-9.4
pg: 13
- ruby: jruby-9.4
pg: 14
env:
PGHOST: localhost
PGUSER: good_job
Expand Down

0 comments on commit 8ecd6a9

Please sign in to comment.