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 43d3bc5 commit 5288bc5Copy full SHA for 5288bc5
.github/workflows/main.yml
@@ -10,9 +10,9 @@ defaults:
10
run:
11
shell: bash
12
env:
13
- viceroy_version: 0.7.0
+ viceroy_version: 0.8.1
14
wasm-tools_version: 1.0.28
15
- fastly-cli_version: 10.3.0
+ fastly-cli_version: 10.4.0
16
17
jobs:
18
@@ -133,7 +133,7 @@ jobs:
133
matrix:
134
include:
135
- crate: viceroy
136
- version: 0.7.0 # Note: workflow-level env vars can't be used in matrix definitions
+ version: 0.8.1 # Note: workflow-level env vars can't be used in matrix definitions
137
options: ""
138
- crate: wasm-tools
139
version: 1.0.28 # Note: workflow-level env vars can't be used in matrix definitions
0 commit comments