Skip to content

Commit

Permalink
Update default distribution version
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Jul 26, 2024
1 parent 64a3b70 commit c353449
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalvm-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c353449

Please sign in to comment.