Skip to content

Commit

Permalink
add pylon 7.2.1 to tested versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Dec 9, 2022
1 parent 45a2ca4 commit 3e84ee2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
- name: Installer list
run: |
tee pylon-installer.txt <<"EOF"
${PYLON_DOWNLOAD_URL_BASE}/pylon_7.2.1.25747_x86_64_setup.tar.gz
${PYLON_DOWNLOAD_URL_BASE}/pylon_7.1.0.25066_x86_64_setup.tar.gz
${PYLON_DOWNLOAD_URL_BASE}/pylon_6.3.0.23157_x86_64_setup.tar.gz
${PYLON_DOWNLOAD_URL_BASE}/pylon_7.2.1.25747_aarch64_setup.tar.gz
${PYLON_DOWNLOAD_URL_BASE}/pylon_7.1.0.25066_aarch64_setup.tar.gz
${PYLON_DOWNLOAD_URL_BASE_62}/pylon_6.2.0.21487_aarch64_setup.tar.gz
${PYLON_DOWNLOAD_URL_BASE}/Basler_pylon_7.2.1.25747.exe
${PYLON_DOWNLOAD_URL_BASE}/Basler_pylon_7.1.0.25066.exe
${PYLON_DOWNLOAD_URL_BASE}/pylon-6.2.0.21487.dmg
EOF
Expand Down Expand Up @@ -59,7 +62,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
py_version: [7.1.0.25066 ]
py_version: [7.2.1.25747, 7.1.0.25066 ]
fail-fast: false
runs-on: ${{ matrix.os }}
name: Build pylon ${{ matrix.py_version }} on ${{ matrix.os }}-x86_64
Expand Down Expand Up @@ -112,7 +115,7 @@ jobs:
strategy:
matrix:
os: [ubuntu18.04, ubuntu20.04, ubuntu22.04]
py_version: [7.1.0.25066, 6.2.0.21487 ]
py_version: [7.2.1.25747, 7.1.0.25066, 6.2.0.21487 ]
fail-fast: false
runs-on: ubuntu-18.04
name: Build pylon ${{ matrix.py_version }} on ${{ matrix.os }}-aarch64
Expand Down Expand Up @@ -192,7 +195,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
py_version: [7.1.0.25066, 6.3.0.23157 ]
py_version: [7.2.1.25747, 7.1.0.25066, 6.3.0.23157 ]
fail-fast: false
runs-on: ${{ matrix.os }}
name: Build pylon ${{ matrix.py_version }} on ${{ matrix.os }}-x64
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@ As a first step install Basler pylon according to your platform. Downloads are a
The supported pylon versions on the different platforms are:
| | 7.1 | 6.2 |
|-----------------|:----:|:----:|
| Windows x86_64 | x | |
| Linux x86_64 | x | |
| Linux aarch64 | x | x |
| | 7.2 | 7.1 | 6.2 |
|-----------------|:----:|:----:|:----:|
| Windows x86_64 | x | x | |
| Linux x86_64 | x | x | |
| Linux aarch64 | x | x | x |
| macOS x86_64 | - | |
Expand Down

0 comments on commit 3e84ee2

Please sign in to comment.