Skip to content

Commit

Permalink
Update tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntaf committed Nov 11, 2024
1 parent a850320 commit d7e6907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
environment: test
services:
db:
image: postgres:11
image: postgres:15
env:
POSTGRES_USER: wrp
POSTGRES_PASSWORD: dev
Expand All @@ -35,13 +35,13 @@ jobs:
- name: Setup Ruby & Bundle Install
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.1'
bundler-cache: true

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 10.13.0
node-version: 20.13.1

- name: Configure Yarn Cache Location
id: cache-locations
Expand Down

0 comments on commit d7e6907

Please sign in to comment.