Skip to content

Commit

Permalink
. e did we have a reason to run tests still with jdk 16?
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Mar 4, 2024
1 parent 91285e1 commit 85093d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updateMarkdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: github-actions-x/[email protected]
with:
commit-message: ". d updated markdown snippets"
rebase: 'true'
rebase: 'true'
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'master'
name: github actions
email: [email protected]
email: [email protected]

4 changes: 2 additions & 2 deletions approvaltests-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>17</source>
<target>17</target>
<source>15</source>
<target>15</target>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions approvaltests-util-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>17</source>
<target>17</target>
<source>15</source>
<target>15</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 85093d2

Please sign in to comment.