We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5829670 commit f6dc5a0Copy full SHA for f6dc5a0
1 file changed
.github/workflows/main.yml
@@ -10,6 +10,8 @@ jobs:
10
matrix:
11
phpipam-version: ['v1.4x', 'v1.5x']
12
steps:
13
+ - name: Upgrade docker-compose
14
+ run: sudo apt-get install --upgrade docker-compose
15
- uses: actions/checkout@v3
16
- name: setup phpipam
17
uses: codeaffen/phpipam-action@v2
@@ -18,7 +20,7 @@ jobs:
18
20
- name: Set up Python
19
21
uses: actions/setup-python@v3
22
with:
- python-version: '3.x'
23
+ python-version: '3.9'
24
- name: setup test environment
25
run: |
26
make test-setup
0 commit comments