Skip to content

Commit

Permalink
upgrade decidim 27
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Sep 20, 2023
1 parent 0e09242 commit e56d122
Show file tree
Hide file tree
Showing 59 changed files with 418 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 2.7.7
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:

env:
RUBY_VERSION: 2.7.7
RUBY_VERSION: 3.0.6

jobs:
test:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
path: ./spec/decidim_dummy_app/tmp/screenshots

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.7
3.0.6
Loading

0 comments on commit e56d122

Please sign in to comment.