Skip to content

Commit 5cdd09c

Browse files
committed
Use previous version of Ubuntu for tests to avoid interference between Plesk, Docker and systemd
1 parent 9e02117 commit 5cdd09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/checkout@v3
1010
- run: docker-compose run tests

0 commit comments

Comments
 (0)