Skip to content

Commit

Permalink
Update CI to use IDA sdk 8.4 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Jan 13, 2025
1 parent 20604b3 commit 91268ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
ida_sdk: [74, 77, 80, 81, 82, 83]
ida_sdk: [74, 77, 80, 81, 82, 83, 84]
include:
- ida_sdk: 74
sdk_password: IDA_SDK74_PASSWORD
Expand All @@ -24,6 +24,8 @@ jobs:
sdk_password: IDA_SDK82_PASSWORD
- ida_sdk: 83
sdk_password: IDA_SDK83_PASSWORD
- ida_sdk: 84
sdk_password: IDA_SDK84_PASSWORD
- os: ubuntu-latest
ext: so
- os: windows-latest
Expand Down Expand Up @@ -92,7 +94,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
ida_sdk: [74, 77, 80, 81, 82, 83]
ida_sdk: [74, 77, 80, 81, 82, 83, 84]
include:
- os: windows-latest
ext: dll
Expand Down

0 comments on commit 91268ba

Please sign in to comment.