You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/24 00:02:43 UTC

[incubator-ponymail-foal] branch master updated: Run first

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 8439e91  Run first
8439e91 is described below

commit 8439e917a38938c53beff7b1c0e19047a63e3a58
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jan 24 00:02:32 2022 +0000

    Run first
---
 .github/workflows/type-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 68b58b1..b953fbb 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       max-parallel: 2
       matrix:
-        python-version: [3.7, 3.9, "3.10"]
+        python-version: ["3.10", 3.7, 3.9]
     steps:
     - uses: actions/checkout@master
       with: