mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-25 07:21:36 +00:00
Save the environment by reducing CI targets
This commit is contained in:
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@@ -13,6 +13,28 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
|
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
|
||||||
|
include:
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: "3.13"
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: "3.13"
|
||||||
|
exclude:
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: 3.9
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: "3.10"
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: "3.11"
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: "3.12"
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: 3.9
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: "3.10"
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: "3.11"
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: "3.12"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user