Skip to content

Commit 77a3a5b

Browse files
committed
CI: Use Ruby 3.2+
Also update the actions/checkout@v5. Fixes #415
1 parent bd7b4d7 commit 77a3a5b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/gemstash-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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"
@@ -36,7 +36,7 @@ jobs:
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
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)