Skip to content

Commit

Permalink
Update default codesys installer version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn committed Nov 20, 2024
1 parent 2598b54 commit b717c52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
patch: 1
- generation: 3.5.20.0
patch: 2
- generation: 3.5.20.0
patch: 3

runs-on: windows-latest
steps:
Expand All @@ -35,7 +37,7 @@ jobs:
id: setup_codesys
uses: ./
with:
installer-version: 2.2.2
installer-version: 2.3.0
auto-update-installer: false
generation: ${{ matrix.generation }}
architecture: ${{ matrix.architecture }}
Expand Down Expand Up @@ -69,7 +71,7 @@ jobs:
id: setup_codesys
uses: ./
with:
installer-version: 2.2.2
installer-version: 2.3.0
auto-update-installer: true
generation: 3.5.20.0
patch: 3
Expand Down
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ inputs:
installer-version:
description: "The version of the installer to use to install the CODESYS installation."
required: false
default: 2.2.2
default: 2.3.0

generation:
description: >
'This is the base generation you want to install. For example `3.5.19.0`.
Even if you want to install the version `3.5.19.6` you have to define the generation as `3.5.19.0`.
The patch version is defined by the `patch` input.'
required: false
default: 3.5.19.0
default: 3.5.20.0

architecture:
description: "The installation architecture of CODESYS. Allowed inputs: `32` and `64`."
Expand All @@ -45,8 +45,8 @@ inputs:
'This can be used to define a custom installation directory.
If this input is empty, the installation path is set based on the architecture and installation version.
For example - bit `64`, generation `3.5.19.0` and patch `6`:
`C:\Program Files\CODESYS 3.5.19.6`
For example - bit `64`, generation `3.5.20.0` and patch `3`:
`C:\Program Files\CODESYS 3.5.20.3`
For example - bit `32`, generation `3.5.17.0` and patch `2`:
`C:\Program Files (x86)\CODESYS 3.5.17.2`'
Expand Down

0 comments on commit b717c52

Please sign in to comment.