Skip to content

Commit 84918be

Browse files
authored
Merge pull request #367 from cookpad/nekketsuuu-roll-ci
Roll several versions on CI
2 parents 910636e + 98c3ee4 commit 84918be

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,24 @@ jobs:
1010
name: Run test
1111
services:
1212
postgres:
13-
image: circleci/postgres:10.6-alpine
13+
image: postgres:16
1414
ports: ["5432:5432"]
1515
env:
1616
POSTGRES_USER: postgres
1717
POSTGRES_DB: dmemo_test
18+
POSTGRES_HOST_AUTH_METHOD: trust
1819
mysql:
19-
image: circleci/mysql:5.6
20+
image: mysql:8.4
2021
ports: ["3306:3306"]
2122
env:
2223
MYSQL_DATABASE: dmemo_test
24+
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
2325
env:
2426
PG_HOST: localhost
2527
RAILS_ENV: test
2628
steps:
27-
- uses: actions/checkout@v2
28-
- uses: actions/setup-node@v2
29+
- uses: actions/checkout@v4
30+
- uses: actions/setup-node@v4
2931
with:
3032
node-version: '20'
3133
cache: 'npm'

0 commit comments

Comments
 (0)