.github/workflows/ruby.yml in acumatica-0.6.0 vs .github/workflows/ruby.yml in acumatica-0.7.0
- old
+ new
@@ -18,10 +18,10 @@
test:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: ['2.7', '3.0', '3.1']
+ ruby-version: ['3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1