From 7af40179106f7109bf1aba4cb15b9906210c10c4 Mon Sep 17 00:00:00 2001 From: scito Date: Mon, 19 Dec 2022 00:11:30 +0100 Subject: [PATCH] ci: daily tests and order python from new to old - more recent version first --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40b0495..22978f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,14 @@ on: push: pull_request: schedule: - - cron: '*/15 * * * *' + - cron: '47 3 * * *' jobs: build: strategy: matrix: - python-version: ["3.7", "pypy-3.7", "3.8", "pypy-3.8", "3.9", "pypy-3.9", "3.10", "3.11", "3.x"] + python-version: ["3.x", "3.11", "3.10", "3.9", "pypy-3.9", "3.8", "pypy-3.8", "3.7", "pypy-3.7"] platform: [ubuntu-latest, macos-latest, windows-latest] exclude: - platform: windows-latest