.github/workflows/rspec.yml in vncpost_api-0.3.0 vs .github/workflows/rspec.yml in vncpost_api-0.3.1
- old
+ new
@@ -11,10 +11,10 @@
rspec:
name: Rspec
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: ["2.5", "2.6", "2.7"]
+ ruby: ["2.7", "3.0", "3.1"]
fail-fast: true
steps:
- name: Checkout to repo
uses: actions/checkout@master