rebase dev to pagination #9

Merged
quentinlegot merged 17 commits from dev into pagination 2023-03-21 09:38:15 +01:00
Showing only changes of commit f61b18ce13 - Show all commits

View File

@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
java: [ '17' ]
java: [ '17' ]
# and run on both Linux and Windows
os: [ubuntu-latest, windows-2022]
runs-on: ${{ matrix.os }}