Skip to content

Commit

Permalink
Upgrade decidim to 0.27 (#18)
Browse files Browse the repository at this point in the history
* Upgrade decidim to 0.27

* Change RUBY_VERSION for CI

* Update README.md
  • Loading branch information
fblupi authored Jul 21, 2023
1 parent e39482b commit 1e05082
Show file tree
Hide file tree
Showing 17 changed files with 306 additions and 234 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
RUBY_VERSION: 2.7.6
RUBY_VERSION: 3.0.2

jobs:
lint-report:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
RUBY_VERSION: 2.7.6
RUBY_VERSION: 3.0.2

jobs:
test-report:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
inherit_from: https://raw.githubusercontent.com/decidim/decidim/release/0.26-stable/.rubocop.yml
inherit_from: https://raw.githubusercontent.com/decidim/decidim/release/0.27-stable/.rubocop.yml
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
3.0.2
Loading

0 comments on commit 1e05082

Please sign in to comment.