mirror of
https://github.com/starship/starship.git
synced 2024-11-29 19:53:38 +01:00
ci: Update Ruby version
This commit is contained in:
parent
0f2f514074
commit
2dfd3df07d
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
# Install Ruby at a fixed version
|
||||
- uses: eregon/use-ruby-action@v1
|
||||
with:
|
||||
ruby-version: "2.6.3"
|
||||
ruby-version: "2.7.0"
|
||||
|
||||
# Install Python at a fixed version
|
||||
- uses: actions/setup-python@v1
|
||||
|
@ -32,7 +32,7 @@ fn folder_with_gemfile() -> io::Result<()> {
|
||||
.output()?;
|
||||
let actual = String::from_utf8(output.stdout).unwrap();
|
||||
|
||||
let expected = format!("via {} ", Color::Red.bold().paint("💎 v2.6.3"));
|
||||
let expected = format!("via {} ", Color::Red.bold().paint("💎 v2.7.0"));
|
||||
assert_eq!(expected, actual);
|
||||
Ok(())
|
||||
}
|
||||
@ -49,7 +49,7 @@ fn folder_with_rb_file() -> io::Result<()> {
|
||||
.output()?;
|
||||
let actual = String::from_utf8(output.stdout).unwrap();
|
||||
|
||||
let expected = format!("via {} ", Color::Red.bold().paint("💎 v2.6.3"));
|
||||
let expected = format!("via {} ", Color::Red.bold().paint("💎 v2.7.0"));
|
||||
assert_eq!(expected, actual);
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user