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 0d52e36 commit e58dcd5Copy full SHA for e58dcd5
.github/workflows/tests.yaml
@@ -24,9 +24,12 @@ jobs:
24
- "ubuntu-latest"
25
- "ubuntu-20.04"
26
- "ubuntu-22.04"
27
+ - "ubuntu-24.04"
28
- "macos-latest"
- - "macos-11"
29
- "macos-12"
30
+ - "macos-13"
31
+ - "macos-14"
32
+ - "macos-15"
33
- "windows-latest"
34
- "windows-2022"
35
- "windows-2019"
action.yaml
@@ -10,7 +10,7 @@ inputs:
10
version:
11
required: false
12
description: "Version of YQ to install"
13
- default: "v4.35.1"
+ default: "v4.44.3"
14
download-compressed:
15
16
description: "If 'true', downloads .tar.gz of binary rather than raw binary. Save the tubes."
0 commit comments