Skip to content

Commit 836a0be

Browse files
authored
Add Java 21 to build support matrix (#402)
* refactor AstValueHelperTest with Junit 5 unit tests * add Java 21 to build matrix
1 parent 0e66102 commit 836a0be

File tree

4 files changed

+238
-232
lines changed

4 files changed

+238
-232
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
java: [ '17', '19' ]
19+
java: [ '17', '19', '21' ]
2020
steps:
2121
- uses: actions/checkout@v4
2222

schema/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515

1616
<modelVersion>4.0.0</modelVersion>
1717

18-
<properties>
19-
<gmavenplus-plugin.version>2.1.0</gmavenplus-plugin.version>
20-
</properties>
21-
2218
<dependencies>
2319

2420
<dependency>
@@ -135,18 +131,6 @@
135131

136132
<build>
137133
<plugins>
138-
<plugin>
139-
<groupId>org.codehaus.gmavenplus</groupId>
140-
<artifactId>gmavenplus-plugin</artifactId>
141-
<version>${gmavenplus-plugin.version}</version>
142-
<executions>
143-
<execution>
144-
<goals>
145-
<goal>compileTests</goal>
146-
</goals>
147-
</execution>
148-
</executions>
149-
</plugin>
150134
<plugin>
151135
<groupId>org.apache.maven.plugins</groupId>
152136
<artifactId>maven-surefire-plugin</artifactId>

schema/src/test/groovy/com/introproventures/graphql/jpa/query/schema/impl/AstValueHelperTest.groovy

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)