Skip to content

Commit

Permalink
Merge pull request #367 from cookpad/nekketsuuu-roll-ci
Browse files Browse the repository at this point in the history
Roll several versions on CI
  • Loading branch information
nekketsuuu authored Oct 31, 2024
2 parents 910636e + 98c3ee4 commit 84918be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,24 @@ jobs:
name: Run test
services:
postgres:
image: circleci/postgres:10.6-alpine
image: postgres:16
ports: ["5432:5432"]
env:
POSTGRES_USER: postgres
POSTGRES_DB: dmemo_test
POSTGRES_HOST_AUTH_METHOD: trust
mysql:
image: circleci/mysql:5.6
image: mysql:8.4
ports: ["3306:3306"]
env:
MYSQL_DATABASE: dmemo_test
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
env:
PG_HOST: localhost
RAILS_ENV: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
Expand Down

0 comments on commit 84918be

Please sign in to comment.