Skip to content

Commit cd52990

Browse files
committed
workflows: update OPA version in tests to 0.28.0
+ update matrix to 203, 211 + update jdk from 1.8 to 11 Signed-off-by: Asad Ali <[email protected]>
1 parent fa773c8 commit cd52990

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
platform-version: [ 201, 202 ]
29+
platform-version: [ 203, 211 ]
3030
timeout-minutes: 60
3131
env:
3232
ORG_GRADLE_PROJECT_platformVersion: ${{ matrix.platform-version }}
@@ -35,10 +35,10 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v2
38-
- name: Set up JDK 1.8
38+
- name: Set up JDK 11
3939
uses: actions/setup-java@v1
4040
with:
41-
java-version: 1.8
41+
java-version: 11
4242

4343
# Cache gradle dependencies
4444
- uses: actions/cache@v2
@@ -55,7 +55,7 @@ jobs:
5555
- name: Download OPA
5656
run: |
5757
mkdir -p /tmp/opa_bin
58-
curl -L -o /tmp/opa_bin/opa https://github.com/open-policy-agent/opa/releases/download/v0.20.5/opa_linux_amd64
58+
curl -L -o /tmp/opa_bin/opa https://github.com/open-policy-agent/opa/releases/download/v0.28.0/opa_linux_amd64
5959
chmod +x /tmp/opa_bin/opa
6060
6161
- name: Build and test
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
platform-version: [ 201, 202 ]
73+
platform-version: [ 203, 211 ]
7474
timeout-minutes: 60
7575
env:
7676
ORG_GRADLE_PROJECT_platformVersion: ${{ matrix.platform-version }}
@@ -79,10 +79,10 @@ jobs:
7979

8080
steps:
8181
- uses: actions/checkout@v2
82-
- name: Set up JDK 1.8
82+
- name: Set up JDK 11
8383
uses: actions/setup-java@v1
8484
with:
85-
java-version: 1.8
85+
java-version: 11
8686

8787
# Cache gradle dependencies
8888
- uses: actions/cache@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The plugin is compatible with all IntelliJ-based IDEs starting from the version
1717
| Other features | + | + |
1818

1919

20-
Plugin has been tested against OPA `0.20.5`, but should work with more recent versions.
20+
Plugin has been tested against OPA `0.28.0`, but should work with more recent versions.
2121

2222

2323
# Installation

gradle-203.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ sinceBuild=203.7148
1313
untilBuild=203.*
1414

1515
# # check the binary compatibility of the plugin against these idea versions ( more info at https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl)
16-
pluginVerifierIdeVersions= IC-2020.2, IC-2020.3
16+
pluginVerifierIdeVersions= IC-2020.3.4

0 commit comments

Comments
 (0)