Skip to content

Commit

Permalink
Set git to master
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Feb 8, 2023
1 parent bbcf036 commit 6b26e78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, jruby-9.2, jruby-9.3, jruby-9.4, ruby-head, jruby-head]
ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2, jruby-9.2, jruby-9.3, jruby-9.4, ruby-head, jruby-head]

name: Specs - Ruby ${{ matrix.ruby-version }}
steps:
- name: Set git to master
run: git config --global init.defaultBranch master
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 6b26e78

Please sign in to comment.