.github/workflows/test.yml in jekyll-favicon-1.0.0.pre.1 vs .github/workflows/test.yml in jekyll-favicon-1.0.0.pre.2

- old
+ new

@@ -1,17 +1,17 @@ name: Test on: push: - branches: [ $default-branch, next, update-ci ] + branches: [ main, next, update-ci ] pull_request: - branches: [ $default-branch ] + branches: [ main ] jobs: test: env: - BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile + BUNDLE_GEMFILE: test/gemfiles/${{ matrix.gemfile }}.gemfile runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -31,8 +31,8 @@ - ruby-version: '3.0' gemfile: jekyll36 - ruby-version: '3.0' gemfile: jekyll37 - gemfile: [ jekyll36, jekyll37, jekyll38, jekyll39, jekyll40, jekyll41 ] + gemfile: [ jekyll36, jekyll37, jekyll38, jekyll39, jekyll40, jekyll41, jekyll42 ] os: [ ubuntu-latest ] - ruby-version: [ 2.5, 2.6, 2.7, '3.0' ] + ruby-version: [ 2.6, 2.7, '3.0' ]