Skip to content

Commit

Permalink
v24 and Java17
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed May 24, 2023
1 parent b19936b commit fac22da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: Java CI with Maven

on:
push:
branches: [ "v23" ]
branches: [ "v24" ]
pull_request:
branches: [ "v23" ]
branches: [ "v24" ]

jobs:
build:
Expand All @@ -21,10 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit fac22da

Please sign in to comment.