Skip to content

Commit

Permalink
fix tests on github
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Dec 3, 2024
1 parent 6800c60 commit c5ad6ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
lfs: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec brakeman --exit-on-warn --output brakeman/index.html
- uses: actions/[email protected]
Expand All @@ -41,7 +41,7 @@ jobs:
lfs: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec bundle-audit check --update --verbose
lint-i18n:
Expand All @@ -58,7 +58,7 @@ jobs:
lfs: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec i18n-tasks health
lint-rubocop:
Expand All @@ -74,7 +74,7 @@ jobs:
lfs: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec rubocop
test:
Expand All @@ -89,14 +89,14 @@ jobs:
fail-fast: false
matrix:
ruby: [ "3.3", "3.2", "3.1", "3.0" ]
rails: [ "7.2", "7.1", "7.0", "6.1" ]
rails: [ "7.1", "7.0", "6.1" ] # TODO test 7.2
include:
- ruby: jruby-9.4
rails: '6.1'
- ruby: jruby-9.4
rails: '7.0'
- ruby: '3.3'
rails: '7.2'
rails: '7.1'
coverage: true
timeout-minutes: 60
env:
Expand Down

0 comments on commit c5ad6ff

Please sign in to comment.