File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
1212 strategy :
1313 fail-fast : false
1414 matrix :
15- ruby : ["3.1 ", "3.2 ", "3.3 ", "jruby-9.4"]
15+ ruby : ["3.2 ", "3.3 ", "3.4 ", "jruby-9.4"]
1616 db_adapter : ["sqlite3"]
1717 cache_type : ["memory"]
1818 include :
19- - ruby : " 3.3 "
19+ - ruby : " 3.4 "
2020 db_adapter : " postgres"
2121 cache_type : " memory"
22- - ruby : " 3.3 "
22+ - ruby : " 3.4 "
2323 db_adapter : " mysql2"
2424 cache_type : " memory"
25- - ruby : " 3.3 "
25+ - ruby : " 3.4 "
2626 db_adapter : " sqlite3"
2727 cache_type : " memcached"
28- - ruby : " 3.3 "
28+ - ruby : " 3.4 "
2929 db_adapter : " sqlite3"
3030 cache_type : " redis"
3131 - ruby : " jruby-9.4"
3636 cache_type : " redis"
3737 services :
3838 postgres :
39- image : postgres:13
39+ image : postgres:17
4040 env :
4141 POSTGRES_USER : postgres
4242 POSTGRES_PASSWORD : postgres
5858 GEMSTASH_SPEC_REDIS_SERVERS : redis://localhost:6379
5959 GEMSTASH_SPEC_MEMCACHED_SERVERS : localhost:11211
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 with :
6363 persist-credentials : false
6464 - name : Setup ruby
You can’t perform that action at this time.
0 commit comments