.github/workflows/ubuntu.yml in textbringer-1.1.0 vs .github/workflows/ubuntu.yml in textbringer-1.1.1
- old
+ new
@@ -4,10 +4,10 @@
jobs:
test:
strategy:
matrix:
- ruby: [ head, 3.0, 2.7, 2.6 ]
+ ruby: [ head, 3.1, 3.0, 2.7, 2.6 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with: