Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
update pr builder comment
  • Loading branch information
yogyagamage committed Oct 4, 2022
1 parent 99fe15d commit f9bb765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build the project on pull requests with tests
# Uses:
# OS: ubuntu-latest
# JDK: Adopt JDK 11 and Adopt JDK 17
# JDK: Adopt JDK 8, Adopt JDK 11 and Adopt JDK 17

name: PR Builder

Expand All @@ -19,11 +19,11 @@ jobs:

strategy:
matrix:
java-version: [ 11, 17 ]
java-version: [ 8, 11, 17 ]

steps:
- uses: actions/checkout@v2
- name: Set up Adopt JDK 11 and Adopt JDK 17
- name: Set up Adopt JDK
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| :------------ |:------------- |:-------------
| master | [![Build Status](https://wso2.org/jenkins/job/platform-builds/job/identity-api-user/badge/icon)](https://wso2.org/jenkins/job/platform-builds/job/identity-api-user/) | [![Travis CI Status](https://travis-ci.org/wso2/identity-api-user.svg?branch=master)](https://travis-ci.org/wso2/identity-api-user?branch=master)|

This repository contains modules related to the identity user related REST apis
This repository contains modules related to the identity user related REST apis. It can be compiled using JDK 8, JDK 11 or JDK 17.

### Plugin to Generate the API Stubs

Expand Down

0 comments on commit f9bb765

Please sign in to comment.