Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.eclipse.lyo.testsuite…
Browse files Browse the repository at this point in the history
….build/junit-junit-4.13.2
  • Loading branch information
berezovskyi authored Oct 24, 2023
2 parents 6ba3507 + 4c377ea commit 48dc46e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,17 +16,17 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [8, 11, 17, 19, 20-ea]
jdk: [8, 11, 17, 21]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.jdk }}
distribution: 'zulu'
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 48dc46e

Please sign in to comment.