Skip to content

Commit e58dcd5

Browse files
committed
bumping yq default to v4.44.3 and updating test matrix
1 parent 0d52e36 commit e58dcd5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ jobs:
2424
- "ubuntu-latest"
2525
- "ubuntu-20.04"
2626
- "ubuntu-22.04"
27+
- "ubuntu-24.04"
2728
- "macos-latest"
28-
- "macos-11"
2929
- "macos-12"
30+
- "macos-13"
31+
- "macos-14"
32+
- "macos-15"
3033
- "windows-latest"
3134
- "windows-2022"
3235
- "windows-2019"

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
version:
1111
required: false
1212
description: "Version of YQ to install"
13-
default: "v4.35.1"
13+
default: "v4.44.3"
1414
download-compressed:
1515
required: false
1616
description: "If 'true', downloads .tar.gz of binary rather than raw binary. Save the tubes."

0 commit comments

Comments
 (0)