This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 3ccde0f Bump GraalVM test to `2.24.1`
3ccde0f is described below
commit 3ccde0faf8197d125221987124abd55b9bbd3922
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Sep 24 20:28:00 2024 +0200
Bump GraalVM test to `2.24.1`
---
.github/workflows/graalvm-test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/graalvm-test.yaml
b/.github/workflows/graalvm-test.yaml
index 9b9679e..3f6e556 100644
--- a/.github/workflows/graalvm-test.yaml
+++ b/.github/workflows/graalvm-test.yaml
@@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
backend: [ jul, log4j-core, logback, simple]
- log4j-version: [ "2.24.1-SNAPSHOT" ]
+ log4j-version: [ "2.24.1" ]
uses:
apache/logging-log4j-samples/.github/workflows/graalvm-reusable-test.yaml@main
with:
backend: ${{ matrix.backend }}