Skip to content

Commit 3859876

Browse files
committed
Add Python 3.13 to test matrix.
Update Coherence versions tested against to 24.09 and 22.06.9.
1 parent 6d5eedb commit 3859876

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.8.x", "3.9.x", "3.10.x", "3.11.x", "3.12.x"]
20+
python-version: ["3.8.x", "3.9.x", "3.10.x", "3.11.x", "3.12.x", "3.13.x"]
2121
poetry-version: ["1.5.0"]
2222
os: [ubuntu-latest]
2323
coherenceVersion:
@@ -29,9 +29,9 @@ jobs:
2929
- ",-jakarta,javax"
3030
- ",jakarta,-javax"
3131
exclude:
32-
- coherenceVersion: 24.03
32+
- coherenceVersion: 24.09
3333
profile: ",-jakarta,javax"
34-
- coherenceVersion: 22.06.7
34+
- coherenceVersion: 22.06.9
3535
profile: ",jakarta,-javax"
3636

3737
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)