From 3e84ee2ee99e926e5ad4405051d6b4523519f3c6 Mon Sep 17 00:00:00 2001 From: Thies Moeller Date: Fri, 9 Dec 2022 21:48:09 +0100 Subject: [PATCH] add pylon 7.2.1 to tested versions --- .github/workflows/ci.yml | 9 ++++++--- README.md | 10 +++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f04d15..0fdc12e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/README.md b/README.md index e585a4a..556aac7 100644 --- a/README.md +++ b/README.md @@ -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 | - | |