Skip to content

Commit

Permalink
Update ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ollydev committed Jul 1, 2023
1 parent ff89d34 commit fb6ef48
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
branches:
- '**'

env:
FPC_VER: release_3_2_2
LAZ_VER: lazarus_2_2_4

jobs:
build:
Expand Down Expand Up @@ -55,12 +59,12 @@ jobs:

steps:
- name: Install Lazarus
uses: ollydev/setup-lazarus-fpcup@v3.1
uses: ollydev/setup-lazarus-fpcup@v3.2
with:
laz: lazarus_2_2_4
fpc: fixes_3_2
laz: ${{ env.LAZ_VER }}
fpc: ${{ env.FPC_VER }}

- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.5.3
with:
submodules: true

Expand Down Expand Up @@ -103,7 +107,7 @@ jobs:
./${{ matrix.config.test }} --run "Tests/tester.simba"
- name: Upload Binary
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.2
with:
name: ${{ matrix.config.binary }}
path: ${{ matrix.config.binary }}

0 comments on commit fb6ef48

Please sign in to comment.