Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Feb 11, 2024
1 parent 036cbeb commit 59356f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
psql -c 'create extension hstore;' -U postgres lor
psql -c 'create extension fuzzystrmatch;' -U postgres lor
PGPASSWORD=maxcom psql -f sql/demo.db -U maxcom lor
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '17'
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build
Expand Down

0 comments on commit 59356f3

Please sign in to comment.