Skip to content

Commit

Permalink
Test more java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Nov 21, 2023
1 parent cc962e4 commit 05af272
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11','17','21' ]
java: ['11','17','21']
name: Java ${{ matrix.java }}
steps:
# Uncomment to run locally with "act"
# - name: Download Maven
# run: |
# curl -sL https://www-eu.apache.org/dist/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip -o maven.zip
# apt-get update
# apt-get -y install unzip
# unzip -d /usr/share maven.zip
# rm maven.zip
# ln -s /usr/share/apache-maven-3.8.4/bin/mvn /usr/bin/mvn
# echo "M2_HOME=/usr/share/apache-maven-3.8.4" | tee -a /etc/environment
# Uncomment to run locally with "act"
# - name: Download Maven
# run: |
# curl -sL https://www-eu.apache.org/dist/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip -o maven.zip
# apt-get update
# apt-get -y install unzip
# unzip -d /usr/share maven.zip
# rm maven.zip
# ln -s /usr/share/apache-maven-3.8.4/bin/mvn /usr/bin/mvn
# echo "M2_HOME=/usr/share/apache-maven-3.8.4" | tee -a /etc/environment
- uses: actions/checkout@v2
- name: Setup java ${{ matrix.java }}
uses: actions/setup-java@v3
Expand Down

0 comments on commit 05af272

Please sign in to comment.