Skip to content

Commit 5d02ea0

Browse files
ci: upgrade maven to version 3.8.9
Previous version is no longer available at [1]. [1]: https://dlcdn.apache.org/maven/maven-3/
1 parent 050dd26 commit 5d02ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install Maven 3.8.x (instead of 3.9.x)
2222
run: |
23-
MAVEN_VERSION=3.8.8
23+
MAVEN_VERSION=3.8.9
2424
wget https://downloads.apache.org/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz
2525
tar xzvf apache-maven-$MAVEN_VERSION-bin.tar.gz
2626
sudo mv apache-maven-$MAVEN_VERSION /opt/maven

0 commit comments

Comments
 (0)