We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6f43e commit a39e346Copy full SHA for a39e346
.github/workflows/test.yaml
@@ -211,7 +211,7 @@ jobs:
211
strategy:
212
fail-fast: false
213
matrix:
214
- ssp-version: ["v2.4.5", "v2.5.0"]
+ ssp-version: ["v2.5.0"]
215
env:
216
SUITE_BASE_URL: https://localhost.emobix.co.uk:8443
217
VERSION: release-v5.1.35
docker/Dockerfile
@@ -1,6 +1,6 @@
1
-ARG SSP_VERSION="v2.4.4"
2
-FROM cirrusid/simplesamlphp:${SSP_VERSION}
3
-#FROM cicnavi/simplesamlphp:${SSP_VERSION}
+ARG SSP_VERSION="v2.5.0"
+#FROM cirrusid/simplesamlphp:${SSP_VERSION}
+FROM cicnavi/simplesamlphp:${SSP_VERSION}
4
5
RUN apt-get update && apt-get --no-install-recommends install -y sqlite3
6
# Prepopulate the DB with items needed for testing
0 commit comments