CI: Rename rack default branch to 'main'

This reflects the current default branch of that repository.

Issue manifests in CI as:

Revision master does not exist in the repository
https://github.com/rack/rack.git. Maybe you misspelled it?
This commit is contained in:
Olle Jonsson 2022-09-26 10:35:32 +02:00 committed by GitHub
parent 815b69fe25
commit bef504bfe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3', truffleruby, truffleruby-head]
include:
- { ruby: 3.1, rack: master, allow-failure: true }
- { ruby: 3.1, rack: main, allow-failure: true }
- { ruby: jruby-head, rack: stable, allow-failure: true }
env:
rack: ${{ matrix.rack }}