Skip to content

Commit f6dc5a0

Browse files
committed
Fix issues with starting docker-compose in CI (#125)
* upgrade `docker-compose` before run phpipam-action * pin python to version 3.9 as long we did not found time to test newer versions
1 parent 5829670 commit f6dc5a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
matrix:
1111
phpipam-version: ['v1.4x', 'v1.5x']
1212
steps:
13+
- name: Upgrade docker-compose
14+
run: sudo apt-get install --upgrade docker-compose
1315
- uses: actions/checkout@v3
1416
- name: setup phpipam
1517
uses: codeaffen/phpipam-action@v2
@@ -18,7 +20,7 @@ jobs:
1820
- name: Set up Python
1921
uses: actions/setup-python@v3
2022
with:
21-
python-version: '3.x'
23+
python-version: '3.9'
2224
- name: setup test environment
2325
run: |
2426
make test-setup

0 commit comments

Comments
 (0)