.github/workflows/ruby.yml in jsonnet-0.5.2 vs .github/workflows/ruby.yml in jsonnet-0.5.3
- old
+ new
@@ -12,10 +12,10 @@
jobs:
test:
name: Test
strategy:
matrix:
- ruby-version: ['2.7', '3.0', '3.1']
+ ruby-version: ['2.7', '3.0', '3.1', '3.2']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3