Skip to content

Commit 476bf20

Browse files
committed
Update CI scripts
1 parent 3277ac3 commit 476bf20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
11+
python-version: ["3.6", "3.9", "3.11"]
1212
exclude:
1313
- os: macos-latest
1414
python-version: "3.6"
1515
- os: windows-latest
16-
python-version: "3.10"
16+
python-version: "3.11"
1717

1818
runs-on: ${{ matrix.os }}
1919

@@ -23,7 +23,7 @@ jobs:
2323
submodules: "recursive"
2424

2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: "recursive"
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: "3.9"
2323

.github/workflows/projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
repository: "1technophile/OpenMQTTGateway"
3333
folder: "OpenMQTTGateway"
3434
config_dir: "OpenMQTTGateway"
35-
env_name: "esp32-m5atom"
35+
env_name: "esp32-m5atom-lite"
3636
os: [ubuntu-latest, windows-latest, macos-latest]
3737
exclude:
3838
- os: windows-latest

0 commit comments

Comments
 (0)