From d7e69070e55d3a12b7d3e8bb1f72dc819b93c807 Mon Sep 17 00:00:00 2001 From: syntaf Date: Mon, 11 Nov 2024 08:56:36 -0800 Subject: [PATCH] Update tests workflow --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 466fa7a..bfc9733 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: environment: test services: db: - image: postgres:11 + image: postgres:15 env: POSTGRES_USER: wrp POSTGRES_PASSWORD: dev @@ -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