Skip to content

Commit

Permalink
Merge pull request #13 from Oefenweb/change-default-version
Browse files Browse the repository at this point in the history
Update default version to 2024.3
  • Loading branch information
tersmitten authored Nov 22, 2024
2 parents 31e441c + 9642dce commit 56f678e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
matrix:
include:
- distro: debian10
ansible-version: '>=9, <10'
- distro: debian11
- distro: debian12
- distro: ubuntu1804
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ None

#### Variables

* `pycharm_version` [default: `2023.1.4`]: Version to install
* `pycharm_version` [default: `2024.3`]: Version to install
* `pycharm_edition` [default: `community`]: Edition to install (e.g. `community`)
* `pycharm_install_prefix` [default: `/opt`]: Install prefix
* `pycharm_download_url` [default: `http://download.jetbrains.com/python`]: Download url
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file
---
pycharm_version: 2023.1.4
pycharm_version: 2024.3
pycharm_edition: community
pycharm_install_prefix: /opt
pycharm_download_url: 'https://download.jetbrains.com/python'

0 comments on commit 56f678e

Please sign in to comment.