Skip to content

Commit f2cab5c

Browse files
akoclaude
andcommitted
fix: use full version with build number for Mendix 10.x in nightly
The Mendix CDN requires 4-segment versions for 10.x downloads (e.g. mxbuild-10.24.16.96987.tar.gz) while 11.x works with 3 segments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 407d7cf commit f2cab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
mendix-version: ['10.24.16', '11.6.4', '11.8.0']
17+
mendix-version: ['10.24.16.96987', '11.6.4', '11.8.0']
1818
fail-fast: false
1919
name: test (Mendix ${{ matrix.mendix-version }})
2020
steps:

0 commit comments

Comments
 (0)