.github/workflows/test.yml in capistrano-asg-rolling-0.2.0 vs .github/workflows/test.yml in capistrano-asg-rolling-0.2.1
- old
+ new
@@ -7,10 +7,10 @@
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1']
+ ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with: