Skip to content

Commit

Permalink
Add some git version diagnostics and switch to ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Nov 21, 2024
1 parent 895c685 commit c44915a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c44915a

Please sign in to comment.