Skip to content

Commit a746585

Browse files
committed
remove exotic rubies
1 parent c714cd8 commit a746585

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
services:
1313
mysql:
14-
image: mysql/mysql-server:8.0.30
14+
image: mysql/mysql-server:lastest
1515
ports:
1616
- "3306:3306"
1717
env:
1818
MYSQL_ROOT_PASSWORD: root
1919
MYSQL_DATABASE: closure_tree_test
2020
MYSQL_ROOT_HOST: '%'
2121
postgres:
22-
image: 'postgres:13'
22+
image: 'postgres:latest'
2323
ports: ['5432:5432']
2424
env:
2525
POSTGRES_PASSWORD: postgres
@@ -34,10 +34,10 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
ruby:
37+
- '3.2'
3738
- '3.1'
3839
- '3.0'
3940
- '2.7'
40-
- truffleruby
4141
rails:
4242
- activerecord_7.0
4343
- activerecord_6.1
@@ -46,25 +46,7 @@ jobs:
4646
- 'sqlite3:///:memory:'
4747
- mysql2://root:root@0/closure_tree_test
4848
- postgres://closure_tree:closure_tree@0/closure_tree_test
49-
include:
50-
- ruby: jruby
51-
rails: activerecord_6.0
52-
adapter: jdbcmysql://root:root@0/closure_tree_test
53-
- ruby: jruby
54-
rails: activerecord_6.0
55-
adapter: jdbcsqlite3:///:memory:'
56-
- ruby: jruby
57-
rails: activerecord_6.0
58-
adapter: jdbcpostgresql://closure_tree:closure_tree@0/closure_tree_test
59-
- ruby: jruby
60-
rails: activerecord_6.1
61-
adapter: jdbcmysql://root:root@0/with_advisory_lock_test
62-
- ruby: jruby
63-
rails: activerecord_6.1
64-
adapter: jdbcsqlite3:///tmp/test.sqlite3
65-
- ruby: jruby
66-
rails: activerecord_6.1
67-
adapter: jdbcpostgresql://closure_tree:closure_tree@0/closure_tree_test
49+
6850
steps:
6951
- name: Checkout
7052
uses: actions/checkout@v3

0 commit comments

Comments
 (0)