.github/workflows/test.yml in spreewald-4.1.0 vs .github/workflows/test.yml in spreewald-4.1.1
- old
+ new
@@ -15,16 +15,18 @@
matrix:
include:
# Test projects
- ruby: 2.4.5
gemfile: tests/rails-4_capybara-2/Gemfile
- - ruby: 2.6.6
+ - ruby: 3.0.0
gemfile: tests/rails-6_capybara-3/Gemfile
# Used to run rspec and integration tests for spreewald binary:
- ruby: 2.4.5
gemfile: Gemfile.ruby245
- ruby: 2.6.6
gemfile: Gemfile.ruby266
+ - ruby: 3.0.0
+ gemfile: Gemfile.ruby300
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
steps:
- uses: actions/checkout@v2
- name: Install ruby