Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Feb 5, 2024
1 parent 18a19e2 commit 510f220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
java: [1.8, 11.0.x, 17, 21]
java: [8, 11, 17, 21]
os:
- os: ubuntu-latest
compiler_install_command: sudo apt install g++ cmake
Expand All @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin
- name: Install C++ dependencies
run: ${{ matrix.os.compiler_install_command }}
- name: Build with Gradle
Expand Down

0 comments on commit 510f220

Please sign in to comment.