Skip to content

Commit

Permalink
Update to 2.2.0q
Browse files Browse the repository at this point in the history
  • Loading branch information
LongDirtyAnimAlf authored Mar 20, 2023
1 parent d6068f7 commit d61e4f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ jobs:
config:
- os: windows-latest
name: 'Windows 32'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0n/fpclazup-i386-win32.exe'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-i386-win32.exe'
fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"'

- os: windows-latest
name: 'Windows 64'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0n/fpclazup-x86_64-win64.exe'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-x86_64-win64.exe'
fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"'

- os: ubuntu-latest
name: 'Linux 64'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0n/fpclazup-x86_64-linux'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-x86_64-linux'
fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"'

- os: macos-latest
name: 'MacOS 64'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0n/fpclazup-x86_64-darwin'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-x86_64-darwin'
fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"'

- os: ubuntu-latest
name: 'AArch64'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0n/fpclazup-x86_64-linux'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-x86_64-linux'
fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"'

steps:
Expand Down

0 comments on commit d61e4f9

Please sign in to comment.