Skip to content

Commit

Permalink
Merge pull request #164 from LakshanSS/master
Browse files Browse the repository at this point in the history
Update bal version to 2201.7.0
  • Loading branch information
LakshanSS authored Jul 18, 2023
2 parents 1f47913 + 6e3c2ec commit 7901894
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 115 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Download
run: sudo wget https://dist.ballerina.io/downloads/2201.3.1/ballerina-2201.3.1-swan-lake.zip
run: sudo wget https://dist.ballerina.io/downloads/2201.7.0/ballerina-2201.7.0-swan-lake.zip
- name: Use Ballerina zip version
run: sudo apt-get install -y unzip
- run: sudo unzip ballerina-2201.3.1-swan-lake.zip
- run: sudo unzip ballerina-2201.7.0-swan-lake.zip
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
- name: Ballerina Build
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.3.1-swan-lake/bin/bal pack redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal pack redis
- name: Ballerina Test
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.3.1-swan-lake/bin/bal test --code-coverage redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal test --code-coverage redis

# Read the ballerina test results
- name: Read Ballerina Test Results
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Download
run: sudo wget https://dist.ballerina.io/downloads/2201.3.1/ballerina-2201.3.1-swan-lake.zip
run: sudo wget https://dist.ballerina.io/downloads/2201.7.0/ballerina-2201.7.0-swan-lake.zip
- name: Use Ballerina zip version
run: sudo apt-get install -y unzip
- run: sudo unzip ballerina-2201.3.1-swan-lake.zip
- run: sudo unzip ballerina-2201.7.0-swan-lake.zip
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
- name: Ballerina Build
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.3.1-swan-lake/bin/bal pack redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal pack redis
- name: Ballerina Test
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.3.1-swan-lake/bin/bal test --code-coverage redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal test --code-coverage redis

# Read the ballerina test results
- name: Read Ballerina Test Results
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@2201.3.1
uses: ballerina-platform/ballerina-action@2201.7.0
with:
args:
pack redis
Expand All @@ -94,7 +94,7 @@ jobs:

- name: Push to Staging
if: github.event.inputs.bal_central_environment == 'STAGE'
uses: ballerina-platform/ballerina-action@2201.3.1
uses: ballerina-platform/ballerina-action@2201.7.0
with:
args:
push
Expand All @@ -105,7 +105,7 @@ jobs:

- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
uses: ballerina-platform/ballerina-action@2201.3.1
uses: ballerina-platform/ballerina-action@2201.7.0
with:
args:
push
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Download
run: sudo wget https://dist.ballerina.io/downloads/2201.3.1/ballerina-2201.3.1-swan-lake.zip
run: sudo wget https://dist.ballerina.io/downloads/2201.7.0/ballerina-2201.7.0-swan-lake.zip
- name: Use Ballerina zip version
run: sudo apt-get install -y unzip
- run: sudo unzip ballerina-2201.3.1-swan-lake.zip
- run: sudo unzip ballerina-2201.7.0-swan-lake.zip
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
- name: Ballerina Build
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.3.1-swan-lake/bin/bal build redis
run: /home/runner/work/module-ballerinax-redis/module-ballerinax-redis/ballerina-2201.7.0-swan-lake/bin/bal build redis
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@2201.3.1
uses: ballerina-platform/ballerina-action@2201.7.0
with:
args:
pack redis
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
- name: Ballerina Push
uses: ballerina-platform/ballerina-action@2201.3.1
uses: ballerina-platform/ballerina-action@2201.7.0
with:
args:
push
Expand Down
2 changes: 1 addition & 1 deletion redis/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
distribution = "2201.3.1"
distribution = "2201.7.0"
org="ballerinax"
name = "redis"
version="2.5.0"
Expand Down
98 changes: 0 additions & 98 deletions redis/Dependencies.toml

This file was deleted.

0 comments on commit 7901894

Please sign in to comment.