Skip to content

Commit b9d8cf8

Browse files
committed
Set explicitly ubuntu to 20.04 for test
As in current `ubuntu-latest` not all python version are available we switch explicitly back to `ubunt-20.04`. We also remove `python 3.6` from supported python distributions because it does not safely provide needed requests version.
1 parent b7f73ba commit b9d8cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
e2e_tests:
99
name: end to end tests
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111
strategy:
1212
matrix:
1313
phpipam-version: ['1.4x', '1.5x']

0 commit comments

Comments
 (0)