Skip to content

Commit ff3a505

Browse files
committed
Using just -version to make 8 work too
1 parent 7cb9ba0 commit ff3a505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
podman --version
5454
podman run --rm -it ${{matrix.jdkimage}} bash --version
55-
podman run --rm -it ${{matrix.jdkimage}} java --version
55+
podman run --rm -it ${{matrix.jdkimage}} java -version
5656
podman run --rm -it ${{matrix.jdkimage}} cat /etc/redhat-release
5757
- name: RFaS
5858
run: |

0 commit comments

Comments
 (0)