Skip to content

Commit 4fad2bc

Browse files
committed
Fix github/nomad workflow to use valid 1.9.7-1 version
1 parent 2c5d974 commit 4fad2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nomad.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-24.04
2626
strategy:
2727
matrix:
28-
nomad: [ "1.7.7-1", "1.9.7" ]
28+
nomad: [ "1.7.7-1", "1.9.7-1" ]
2929
fail-fast: false
3030
steps:
3131
- name: Check out the codebase.

0 commit comments

Comments
 (0)