Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndSchuller committed Feb 23, 2024
1 parent 4471f4f commit 7b66543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow runs integration tests using
# the unicore-testing-all Docker container

name: Integration tests vs UNICORE 8
name: Integration tests vs UNICORE 10

on:
workflow_dispatch:
Expand All @@ -15,7 +15,7 @@ jobs:

services:
unicore:
image: ghcr.io/unicore-eu/unicore-testing-all:8.3.0
image: ghcr.io/unicore-eu/unicore-testing-all:10.0.0
ports:
- 8080:8080

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-unicore9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

services:
unicore:
image: ghcr.io/unicore-eu/unicore-testing-all:9.0.0
image: ghcr.io/unicore-eu/unicore-testing-all:9.3.1
ports:
- 8080:8080

Expand Down

0 comments on commit 7b66543

Please sign in to comment.