Skip to content

Add some git version diagnostics and switch to ruby 3.3 #1768

Add some git version diagnostics and switch to ruby 3.3

Add some git version diagnostics and switch to ruby 3.3 #1768

Workflow file for this run

---
name: CI
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- '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
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
timeout-minutes: 30
- uses: actions/upload-artifact@v4
with:
name: cache
path: vendor/bundle/