Skip to content

Commit

Permalink
refactor: Using setup-lazarus v3.2.16
Browse files Browse the repository at this point in the history
This is using the version that suppots the recently released Lazarus 3.0

Also bumping version of `actions/checkout` to v4
  • Loading branch information
gcarreno committed Dec 22, 2023
1 parent 412d87d commit fc36b6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
lazarus-versions: [dist, stable, 2.2.0, 2.0.12]
lazarus-versions: [dist, stable, 2.2.6]

steps:
- name: Cechout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Lazarus
uses: gcarreno/[email protected].15
uses: gcarreno/[email protected].16
with:
lazarus-version: ${{ matrix.lazarus-versions }}
include-packages: "Synapse 40.1"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Testing grounds for the GitHub action [setup-lazarus](https://github.com/gcarren

```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gcarreno/setup-lazarus@v3
with:
lazarus-version: "dist"
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
operating-system: [ubuntu-18.04,ubuntu-latest]
lazarus-versions: [dist, stable, 2.0.12, 2.0.10]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Lazarus
uses: gcarreno/setup-lazarus@v3
with:
Expand Down

0 comments on commit fc36b6b

Please sign in to comment.