.github/workflows/ci.yml in azure_stt-0.3.0 vs .github/workflows/ci.yml in azure_stt-0.4.0
- old
+ new
@@ -10,10 +10,10 @@
test:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: ['3.1', '3.0', '2.7', '2.6']
+ ruby-version: ['3.2', '3.1', '3.0', '2.7', '2.6']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
\ No newline at end of file