Skip to content

Commit

Permalink
Merge pull request #41 from PaulRBerg/ci/foundry-multibuild
Browse files Browse the repository at this point in the history
ci: foundry multibuild workflow
  • Loading branch information
PaulRBerg authored Jan 1, 2024
2 parents 0092a0f + f62f403 commit 08cefe4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/multibuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Multibuild"

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 0" # at 3:00am UTC every Sunday

jobs:
multibuild:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"

- name: "Check that PRBTest can be built with all v0.8 Solidity versions"
uses: "PaulRBerg/foundry-multibuild@v1"
with:
min: "0.8.0"
max: "0.8.23"

0 comments on commit 08cefe4

Please sign in to comment.