From c44915af9fba6747634e28bf122d0b412020aaef Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Thu, 21 Nov 2024 12:17:09 -0500 Subject: [PATCH] Add some git version diagnostics and switch to ruby 3.3 --- .github/workflows/ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ceb0b9d..15b0c983 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,9 +12,15 @@ jobs: strategy: matrix: ruby-version: - - '3.1' + - '3.3' steps: - uses: actions/checkout@v4 + - run: | + git --version + echo "------------------" + git config --global --list + echo "------------------" + git config --list - name: Set up system run: bin/before_install - name: Set up Ruby