.github/workflows/main.yml in srx-languagetool-0.13.0 vs .github/workflows/main.yml in srx-languagetool-0.14.0

- old
+ new

@@ -8,13 +8,13 @@ steps: - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.7 + ruby-version: 3.2.3 - name: Install run: | - gem install bundler -v 2.4.10 + gem install bundler -v 2.5.7 bundle install - name: Type check run: bundle exec solargraph typecheck --level typed - name: Unit tests run: bundle exec rake