Skip to content

Commit

Permalink
Test against java 11 for everything
Browse files Browse the repository at this point in the history
Leaving the java-version parameterized so we can easily add tests against multiple
Java versions in the future. See <add bug number>
  • Loading branch information
aabmass committed Feb 8, 2024
1 parent 70f129b commit 53625ce
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ jobs:
test:
strategy:
matrix:
java-version: [11]
build-root: [".", "examples/instrumentation-quickstart"]
include:
- build-root: .
name: root
java-version: 11
- build-root: examples/instrumentation-quickstart
java-version: 17
name: Test (${{matrix.name || matrix.build-root}})
name: Test (${{matrix.name || matrix.build-root}}, java-${{matrix.java-version}})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -36,12 +35,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [11]
include:
- build-root: .
name: root
java-version: 11
- build-root: examples/instrumentation-quickstart
java-version: 17
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 53625ce

Please sign in to comment.