From ab33d2ffb7efdd27970328dff6c8f1ef77c56a47 Mon Sep 17 00:00:00 2001 From: Lachlan Sylvester Date: Sat, 24 Jun 2023 15:05:09 +1000 Subject: [PATCH] run CI against latest stable ruby instead of head --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ff05a3..0acbfcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu, macos, windows ] - ruby: [ '2.5', ruby-head ] + ruby: [ '2.5', ruby ] runs-on: ${{ matrix.os }}-latest env: PGSERVICE: postgres