.github/workflows/ci.yml in telegram-bot-ruby-1.0.0.rc1 vs .github/workflows/ci.yml in telegram-bot-ruby-1.0.0
- old
+ new
@@ -11,11 +11,11 @@
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 2.7
- - 3.1
+ - 3.2
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
@@ -29,10 +29,10 @@
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 2.7
- - 3.1
+ - 3.2
env:
BOT_API_ENV: test
BOT_API_TOKEN: ${{ secrets.BOT_API_TOKEN }}
steps:
- name: Checkout