Skip to content

Commit

Permalink
Fix issues with starting docker-compose in CI (#125)
Browse files Browse the repository at this point in the history
* upgrade `docker-compose` before run phpipam-action
* pin python to version 3.9 as long we did not found time to test newer versions
  • Loading branch information
cmeissner authored Jan 12, 2025
1 parent b9ae42b commit c620d59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
matrix:
phpipam-version: ['v1.4x', 'v1.5x']
steps:
- name: Upgrade docker-compose
run: sudo apt-get install --upgrade docker-compose
- uses: actions/checkout@v3
- name: setup phpipam
uses: codeaffen/phpipam-action@v2
Expand All @@ -18,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.9'
- name: setup test environment
run: |
make test-setup
Expand Down

0 comments on commit c620d59

Please sign in to comment.