Skip to content

Commit 197f4ca

Browse files
akoclaude
andcommitted
fix: update CI to test against Mendix 11.9.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0cf649f commit 197f4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.96987', '11.6.4', '11.8.0']
17+
mendix-version: ['10.24.16.96987', '11.6.4', '11.9.0']
1818
fail-fast: false
1919
name: test (Mendix ${{ matrix.mendix-version }})
2020
steps:

.github/workflows/push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Test
1919
run: make test
2020
- name: Setup mxbuild
21-
run: ./bin/mxcli setup mxbuild --version 11.8.0
21+
run: ./bin/mxcli setup mxbuild --version 11.9.0
2222
- name: Integration tests
2323
run: make test-integration
2424
timeout-minutes: 30

0 commit comments

Comments
 (0)