Skip to content

Commit 480cefb

Browse files
committed
Bump to conformance tests v5.1.35
1 parent ec9f0a8 commit 480cefb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
runs-on: ubuntu-latest
211211
env:
212212
SUITE_BASE_URL: https://localhost.emobix.co.uk:8443
213-
VERSION: release-v4.1.45
213+
VERSION: release-v5.1.35
214214
steps:
215215
- uses: actions/checkout@v4
216216
with:

CONFORMANCE_TEST.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Clone the conformance test git repo, build the software and run it.
1414
```bash
1515
git clone https://gitlab.com/openid/conformance-suite.git
1616
cd conformance-suite
17-
# Version 4.1.10 has a bug when building
18-
git checkout release-v4.1.45
17+
git checkout release-v5.1.35
1918
MAVEN_CACHE=./m2 docker-compose -f builder-compose.yml run builder
2019
docker-compose up
2120
```

0 commit comments

Comments
 (0)