Skip to content

Commit

Permalink
Upgrade Decidim version and downgrade Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Jul 11, 2024
1 parent f3da2f3 commit e90c8cf
Show file tree
Hide file tree
Showing 7 changed files with 288 additions and 270 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.1.3
RUBY_VERSION: 3.0.7

jobs:
lint-report:
Expand All @@ -25,4 +25,4 @@ jobs:
bundler-cache: true

- run: bundle exec rubocop -P
name: Lint Ruby files
name: Lint Ruby files
4 changes: 2 additions & 2 deletions .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: 3.1.3
RUBY_VERSION: 3.0.7

jobs:
test-report:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
timeout_minutes: 10
max_attempts: 3
retry_on: error
command: bundle install --jobs 4 --retry 3
command: bundle install --jobs 4 --retry 3

- name: Generate test_app
run: |
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.0.7
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ Following Semantic Versioning 2.

## next version:

## Version 0.0.6 (MINOR)
- Increase minimum Decidim version to 0.27.6
- Downgrade Ruby version to 3.0.7

## Version 0.0.5 (MINOR)
- Increase minimum Decidim version to 0.27.2
- Upgrade Ruby version to 3.1.1

## Version 0.0.4 (MINOR)
- Increase minimum Decidim version to 0.26.2
Expand Down
Loading

0 comments on commit e90c8cf

Please sign in to comment.