Skip to content

Commit 7e6396b

Browse files
committed
Upgrade versions in jbang release test
1 parent 23f084a commit 7e6396b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-release-jbang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Run JBang integration tests
2424
run: |
2525
mvn --batch-mode exec:java@integration-tests \
26-
-Dproject.polyglot.version=24.1.2 \
26+
-Dproject.polyglot.version=24.2.2 \
2727
-Dintegration.tests.args="test_jbang_integration.py \
28-
--jbang-graalpy-version=24.2.1"
28+
--jbang-graalpy-version=24.2.2"

0 commit comments

Comments
 (0)