Skip to content

Commit a39e346

Browse files
committed
Test on fork for now
1 parent 3b6f43e commit a39e346

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
strategy:
212212
fail-fast: false
213213
matrix:
214-
ssp-version: ["v2.4.5", "v2.5.0"]
214+
ssp-version: ["v2.5.0"]
215215
env:
216216
SUITE_BASE_URL: https://localhost.emobix.co.uk:8443
217217
VERSION: release-v5.1.35

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG SSP_VERSION="v2.4.4"
2-
FROM cirrusid/simplesamlphp:${SSP_VERSION}
3-
#FROM cicnavi/simplesamlphp:${SSP_VERSION}
1+
ARG SSP_VERSION="v2.5.0"
2+
#FROM cirrusid/simplesamlphp:${SSP_VERSION}
3+
FROM cicnavi/simplesamlphp:${SSP_VERSION}
44

55
RUN apt-get update && apt-get --no-install-recommends install -y sqlite3
66
# Prepopulate the DB with items needed for testing

0 commit comments

Comments
 (0)