Skip to content

Commit

Permalink
Update GraalVM workflow to use latest Ballerina build
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemMuzammil committed Jul 14, 2023
1 parent cfd5cf6 commit c66ef36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-bal-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
native-image --version
- name: Set Up Ballerina
uses: ballerina-platform/setup-ballerina@v1
uses: ballerina-platform/setup-ballerina@v1.1.0
with:
version: 2201.5.0
version: latest

- name: Run Ballerina tests using the native executable
run: bal test --graalvm redis
Expand Down

0 comments on commit c66ef36

Please sign in to comment.