Skip to content

Commit

Permalink
Merge dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ollydev committed Feb 3, 2022
1 parent fcdc17d commit 7fc2ab9
Show file tree
Hide file tree
Showing 7 changed files with 7,304 additions and 3,269 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Install Lazarus
uses: ./
with:
laz-branch: fixes_2_2
fpc-branch: fixes_3_2
fpcup-release: v2.2.0c
laz-branch: lazarus_2_2_0
fpc-branch: release_3_2_2
fpcup-release: v2.2.0h

- name: Build Test
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-revision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Install Lazarus
uses: ./
with:
laz-revision: 58bab5263932362aa35a59bf0cd9439dfe87b25c
fpc-revision: 6e6c946e0fd1765f99110e12c79db27a400c6587
fpcup-release: v2.2.0c
laz-revision: 87130707e7b820ae7167900041f9ea21087f2015 # lazarus 2_0_12
fpc-revision: f42f55aed84027529828dbb762e2094f7e547394 # release 3_2_0
fpcup-release: v2.2.0h

- name: Build Test
run: |
Expand Down
Loading

0 comments on commit 7fc2ab9

Please sign in to comment.