Skip to content

Commit

Permalink
Merge pull request #7242 from ballerina-platform/tharmi
Browse files Browse the repository at this point in the history
Update lang default branch
  • Loading branch information
TharmiganK authored Oct 9, 2024
2 parents a0978f1 + 629bd1d commit 695fbf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-with-bal-test-graalvm-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: Branch/Release Tag of the Ballerina Lang
type: string
required: false
default: master
default: java21
lang_version:
description: Ballerina Lang Version (If given ballerina lang buid will be skipped)
type: string
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'ballerina-platform/ballerina-lang'
ref: ${{ inputs.lang_tag || 'master' }}
ref: ${{ inputs.lang_tag || 'java21' }}

- name: Set Ballerina Lang version
run: |
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'ballerina-platform/ballerina-lang'
ref: ${{ inputs.lang_tag || 'master' }}
ref: ${{ inputs.lang_tag || 'java21' }}

- name: Set Ballerina Lang version
run: |
Expand Down

0 comments on commit 695fbf7

Please sign in to comment.