Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyagamage committed Oct 4, 2022
1 parent af175c0 commit d510ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fwso2.org%2Fjenkins%2Fjob%2Fplatform-builds%2Fjob%2Fidentity-api-server%2F)](https://wso2.org/jenkins/job/platform-builds/job/identity-api-server/) | [![Travis CI Status](https://travis-ci.org/wso2/identity-api-server.svg?branch=master)](https://travis-ci.org/wso2/identity-api-server?branch=master)|

This repository contains modules related to the server related REST apis
This repository contains modules related to the server 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 d510ba8

Please sign in to comment.