We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b1b15 commit f914ab3Copy full SHA for f914ab3
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on: [push]
5
jobs:
6
tests:
7
name: Forge Testing
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v3
11
with:
@@ -19,7 +19,7 @@ jobs:
19
run: forge test
20
21
snapshot:
22
23
24
25
@@ -35,7 +35,7 @@ jobs:
35
run: forge snapshot --check
36
37
slither:
38
39
40
41
@@ -58,7 +58,7 @@ jobs:
58
strategy:
59
fail-fast: true
60
name: Run Unix Scripts
61
62
63
64
0 commit comments