Skip to content

Commit

Permalink
#2056 - Polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 16, 2023
1 parent e23eb6b commit 5828e78
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
workflow_dispatch:
schedule:
- cron: '5 6 * * *'
branches:
- 'main'
- '2.1.x'
- '2.0.x'

jobs:
compatibility:
Expand All @@ -16,16 +12,19 @@ jobs:

strategy:
matrix:
branch: ['main', '2.1.x', '2.0.x']
spring: ['', 'spring-next']
kotlin: ['', 'kotlin-next']
kotlin: ['', 'kotlin-next', 'kotlin-2-next']
jackson: ['', 'jackson-next']

name: Compatibility ${{ matrix.spring }} ${{ matrix.kotlin }} ${{ matrix.jackson }}
name: ${{ matrix.branch }} - ${{ matrix.spring }} ${{ matrix.kotlin }} ${{ matrix.jackson }}

steps:

- name: Check out sources
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch }}

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 5828e78

Please sign in to comment.