-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Adding versions 2.2.4 and 2.2.6
- Loading branch information
Showing
9 changed files
with
1,855 additions
and
10,344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,9 @@ Set up your GitHub Actions workflow with a specific version of Lazarus | |
Possible values: | ||
|
||
* `dist` - Lazarus package that comes with the Ubuntu dist you chose on `runs-on` and for Windows the latest stable | ||
* `stable` - Installs the latest stable version: 2.2.2 | ||
* `stable` - Installs the latest stable version: 2.2.6 | ||
* `2.2.6` - comes with `FPC v3.2.2` | ||
* `2.2.4` - comes with `FPC v3.2.2` | ||
* `2.2.2` - comes with `FPC v3.2.2` | ||
* `2.2.0` - comes with `FPC v3.2.2` | ||
* `2.0.12` - comes with `FPC v3.2.0` | ||
|
@@ -91,7 +93,7 @@ Unfortunately there are some restrictions: | |
```yaml | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: gcarreno/[email protected] | ||
- uses: gcarreno/[email protected].3 | ||
with: | ||
lazarus-version: "stable" | ||
include-packages: "Synapse 40.1" | ||
|
@@ -125,7 +127,7 @@ jobs: | |
- name: Checkout source code | ||
uses: actions/checkout@v2 | ||
- name: Install Lazarus | ||
uses: gcarreno/[email protected] | ||
uses: gcarreno/[email protected].3 | ||
with: | ||
lazarus-version: ${{ matrix.lazarus-versions }} | ||
include-packages: "Synapse 40.1" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const _version = "3.1.0"; | ||
export const _version = "3.2.3"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters