Skip to content

Add multi-JDK CI matrix to sheetz-examples #14

@chitralabs

Description

@chitralabs

Improvement: Test Examples on Java 17 and 21

The sheetz-examples CI currently only tests on one Java version.
We should verify examples run correctly on Java 11, 17, and 21.

Task:
Update .github/workflows/ci.yml in sheetz-examples to add:

matrix:
  java: ['11', '17', '21']
  os: [ubuntu-latest, windows-latest]

Difficulty: Very Easy — just YAML changes
Time estimate: ~15 minutes

Metadata

Metadata

Assignees

No one assigned

    Labels

    ciCI/CD and build improvementsgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions