Skip to content

Commit

Permalink
Use Logtalk 3.70.0 (latest one with Scryer Prolog support)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarroyoc committed Oct 18, 2023
1 parent 87b9882 commit 83fa3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on: [push]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:14.0-alpine
image: postgres:16.0-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Install Logtalk
uses: logtalk-actions/setup-logtalk@master
with:
logtalk-version: latest
logtalk-version: 3.70.0
- name: Execute tests
run: logtalk_tester -p scryer

0 comments on commit 83fa3ee

Please sign in to comment.