From c77a9f18bec8472bd84af9e93a9c4bcd0577aac4 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 5 Jan 2023 00:50:22 +0000 Subject: [PATCH] DEV: Use ruby-2.7 for stable branch CI (#19749) --- .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 56cfa2d147a..80b184c5b39 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: build: name: ${{ matrix.target }} ${{ matrix.build_type }} runs-on: ubuntu-latest - container: discourse/discourse_test:slim${{ startsWith(matrix.build_type, 'frontend') && '-browsers' || '' }} + container: discourse/discourse_test:2.0.20220818-0047-slim${{ startsWith(matrix.build_type, 'frontend') && '-browsers' || '' }} timeout-minutes: 60 env: