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