Skip to content

Commit

Permalink
Maven 4 requires modern java
Browse files Browse the repository at this point in the history
Change-Id: Ibcfa67f968c6fdd004d40b7c4720a688ba41b8c0
  • Loading branch information
talios committed Sep 6, 2024
1 parent 5f3370a commit a151e01
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration Tests on Java 8 and Maven 4.0.0-alpha-9
name: Integration Tests on Java 22 and Maven 4.0.0-beta-4

on:
push:
Expand All @@ -12,11 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
- name: Set up JDK 22
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 8
java-version: 22
- name: Switch To Maven 4
run: |
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-beta-4/binaries/apache-maven-4.0.0-beta-4-bin.zip" > .mvn/wrapper/maven-wrapper.properties
Expand Down

0 comments on commit a151e01

Please sign in to comment.