Skip to content

Commit

Permalink
Update and rename itinerant_java.yml to java_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 14, 2024
1 parent 55775f8 commit e38ca5e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: itinerant_java
name: java_versions
on:
workflow_dispatch:

jobs:
itinerant_java:
java_versions:
strategy:
fail-fast: false
matrix:
java-version: ['8', '11', '21']
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v4
- uses: actions/setup-java@v3 # not v4 for Java 8
with:
distribution: 'microsoft'
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit e38ca5e

Please sign in to comment.