From 476bf2092343fdc33b6109e842cce95572defa06 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 18 Nov 2022 13:34:08 +0200 Subject: [PATCH] Update CI scripts --- .github/workflows/core.yml | 6 +++--- .github/workflows/deployment.yml | 2 +- .github/workflows/projects.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index e566e02c..623720db 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -8,12 +8,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.6", "3.9", "3.11"] exclude: - os: macos-latest python-version: "3.6" - os: windows-latest - python-version: "3.10" + python-version: "3.11" runs-on: ${{ matrix.os }} @@ -23,7 +23,7 @@ jobs: submodules: "recursive" - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 9d652a7d..ff353c31 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -17,7 +17,7 @@ jobs: submodules: "recursive" - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.9" diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index 0077a3bd..080b8162 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -32,7 +32,7 @@ jobs: repository: "1technophile/OpenMQTTGateway" folder: "OpenMQTTGateway" config_dir: "OpenMQTTGateway" - env_name: "esp32-m5atom" + env_name: "esp32-m5atom-lite" os: [ubuntu-latest, windows-latest, macos-latest] exclude: - os: windows-latest