Skip to content

Commit

Permalink
Merge pull request #23 from MohamedSabthar/graal
Browse files Browse the repository at this point in the history
Update Ballerina plugin version and GraalVM check workflow
  • Loading branch information
ThisaruGuruge authored Jun 16, 2023
2 parents 0b39b53 + 2a05001 commit d965b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- cron: '30 18 * * *'
pull_request:
branches:
- master
- main
types: [ opened, synchronize, reopened, labeled, unlabeled ]

concurrency:
Expand All @@ -35,4 +35,3 @@ jobs:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}'
additional_windows_build_flags: '-x test'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![codecov](https://codecov.io/gh/xlibb/module-pubsub/branch/main/graph/badge.svg)](https://codecov.io/gh/xlibb/module-pubsub)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/xlibb/module-pubsub.svg)](https://github.com/xlibb/module-pubsub/commits/main)
[![Github issues](https://img.shields.io/github/issues/xlibb/module-pubsub/module/pubsub.svg?label=Open%20Issues)](https://github.com/xlibb/module-pubsub/labels/module%2Fpubsub)
[![GraalVM Check](https://github.com/xlibb/module-pubsub/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/xlibb/module-pubsub/actions/workflows/build-with-bal-test-graalvm.yml)

This library provides an event transmission model with publish/subscribe APIs.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spotbugsPluginVersion=4.5.1
shadowJarPluginVersion=5.2.0
downloadPluginVersion=4.0.4
releasePluginVersion=2.6.0
ballerinaGradlePluginVersion=0.14.1
ballerinaGradlePluginVersion=1.1.0

#stdlib dependencies

Expand Down

0 comments on commit d965b12

Please sign in to comment.