diff --git a/.github/workflows/build-with-bal-test-native.yml b/.github/workflows/build-with-bal-test-graalvm.yml similarity index 95% rename from .github/workflows/build-with-bal-test-native.yml rename to .github/workflows/build-with-bal-test-graalvm.yml index a47611f..802d9e7 100644 --- a/.github/workflows/build-with-bal-test-native.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -30,7 +30,7 @@ jobs: call_stdlib_workflow: name: Run StdLib Workflow if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-native-template.yml@main + uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main with: lang_tag: ${{ inputs.lang_tag }} lang_version: ${{ inputs.lang_version }} diff --git a/README.md b/README.md index 45e47e9..2855f5a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ballerina Persist - Google Sheets Library [![Build](https://github.com/ballerina-platform/module-ballerinax-persist.googlesheets/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-persist.googlesheets/actions/workflows/build-timestamped-master.yml) [![codecov](https://codecov.io/gh/ballerina-platform/module-ballerinax-persist.googlesheets/branch/main/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-persist) [![Trivy](https://github.com/ballerina-platform/module-ballerinax-persist.googlesheets/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-persist.googlesheets/actions/workflows/trivy-scan.yml) - [![GraalVM Check](https://github.com/ballerina-platform/module-ballerinax-persist.googlesheets/actions/workflows/build-with-bal-test-native.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-persist.googlesheets/actions/workflows/build-with-bal-test-native.yml) + [![GraalVM Check](https://github.com/ballerina-platform/module-ballerinax-persist.googlesheets/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-persist.googlesheets/actions/workflows/build-with-bal-test-graalvm.yml) [![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerinax-persist.googlesheets.svg)](https://github.com/ballerina-platform/module-ballerina-persist/commits/main) [![GitHub Issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/persist.googlesheets.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-standard-library/labels/module%2Fpersist.googlesheets) diff --git a/gradle.properties b/gradle.properties index 0a37e98..58effaa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ underCouchDownloadVersion=4.0.4 researchgateReleaseVersion=2.8.0 testngVersion=7.4.0 gsonVersion=2.10 -ballerinaGradlePluginVersion=1.0.0 +ballerinaGradlePluginVersion=1.1.0 ballerinaLangVersion=2201.6.0