From 2fc4e2debd5bc0a2f3e6957413122036b909b7b6 Mon Sep 17 00:00:00 2001 From: Bustikiller Date: Thu, 14 Nov 2024 09:40:53 +0100 Subject: [PATCH] Use a setup-ruby version that has ruby 3.3.6 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f2572f..36f5b06 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@v1.202.0 - run: bundle install - name: Wait until Postgres is ready to accept connections run: |