diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 75bbb90..ce94080 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -6,13 +6,13 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.8.3' + default: '2201.9.2' push: branches: - main env: - BALLERINA_DISTRIBUTION_VERSION: 2201.8.3 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.9.2 # Update this with the latest Ballerina version jobs: build: diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index 0e86c13..5dc87e7 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -8,10 +8,10 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.8.3' + default: '2201.9.2' env: - BALLERINA_DISTRIBUTION_VERSION: 2201.8.3 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.9.2 # Update this with the latest Ballerina version jobs: build: diff --git a/.github/workflows/graalvm-check.yml b/.github/workflows/graalvm-check.yml index 30088f5..a165985 100644 --- a/.github/workflows/graalvm-check.yml +++ b/.github/workflows/graalvm-check.yml @@ -8,10 +8,10 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.8.3' + default: '2201.9.2' env: - BALLERINA_DISTRIBUTION_VERSION: 2201.8.3 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.9.2 # Update this with the latest Ballerina version jobs: build: