Skip to content

Commit

Permalink
Merge pull request #12 from FuelLabs/sophie/beta4
Browse files Browse the repository at this point in the history
Support for beta-4
  • Loading branch information
sdankel authored Nov 9, 2023
2 parents d20fa27 + 593c4f8 commit b2b32bc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Running `fuelup` inside the built container will install `fuelup` and the specif
- beta-1
- beta-2
- beta-3
- beta-4
- nightly

```jsonc
Expand Down
1 change: 1 addition & 0 deletions src/fuelup/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"beta-1",
"beta-2",
"beta-3",
"beta-4",
"nightly"
],
"default": "latest",
Expand Down
11 changes: 11 additions & 0 deletions test/fuelup/beta-4.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
set -e

source dev-container-features-test-lib

# Feature-specific tests
check "execute command" fuelup --version | grep 'fuelup [0-9].'
check "execute command" forc --version | grep 'forc [0-9].'
check "execute command" fuelup default | grep 'beta-4'

reportResults
9 changes: 9 additions & 0 deletions test/fuelup/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,14 @@
"toolchain": "beta-3"
}
}
},
"beta-4": {
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/common-utils:1": {},
"fuelup": {
"toolchain": "beta-4"
}
}
}
}

0 comments on commit b2b32bc

Please sign in to comment.