We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b9882 commit 83fa3eeCopy full SHA for 83fa3ee
.github/workflows/test.yml
@@ -3,10 +3,10 @@ on: [push]
3
4
jobs:
5
test:
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
7
services:
8
postgres:
9
- image: postgres:14.0-alpine
+ image: postgres:16.0-alpine
10
env:
11
POSTGRES_USER: postgres
12
POSTGRES_PASSWORD: postgres
@@ -41,6 +41,6 @@ jobs:
41
- name: Install Logtalk
42
uses: logtalk-actions/setup-logtalk@master
43
with:
44
- logtalk-version: latest
+ logtalk-version: 3.70.0
45
- name: Execute tests
46
run: logtalk_tester -p scryer
0 commit comments