Skip to content

Commit

Permalink
Merge pull request #125 from DeployGate/jmatsu/rollup/buildtools-version
Browse files Browse the repository at this point in the history
 Use buildtools 34.0.0
  • Loading branch information
jmatsu authored Nov 7, 2023
2 parents b643747 + ac7e5ba commit 04a530a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
java-version:
- 11
buildtools-version:
- 33.0.2
- 34.0.0
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: ruby/setup-ruby@54a18e26dbbb1eabc604f317ade9a5788dddef81
Expand All @@ -49,4 +49,4 @@ jobs:
- uses: ./.github/actions/setup-buildtools
with:
buildtools-version: ${{ matrix.buildtools-version }}
- run: bundle exec rake specs
- run: bundle exec rake specs

0 comments on commit 04a530a

Please sign in to comment.