Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Oct 24, 2023
1 parent a191c2b commit 692a0b1
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 @@ -5,9 +5,9 @@ name: CI

on:
push:
branches: [master]
branches: [master, main]
pull_request:
branches: [master]
branches: [master, main]
schedule:
- cron: "30 4 * * 5" # catch SNAPSHOT breaking changes

Expand All @@ -16,11 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [8, 11, 17, 19, 20-ea]
jdk: [8, 11, 17, 21, 22-ea]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 692a0b1

Please sign in to comment.