aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 18:50:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 18:50:01 +0300
commit8c36d69c256ec277b514fa1e25b2a6286e31e334 (patch)
tree12fe7ce3fd627d336214a01f42d4aa9e9728d116 /.github
parentdebian/README: update (diff)
parentindex.html: safer DOM generation using jQuery (diff)
downloadlinux-status-8c36d69c256ec277b514fa1e25b2a6286e31e334.tar.gz
linux-status-8c36d69c256ec277b514fa1e25b2a6286e31e334.zip
Merge tag 'v1.0.1' into debian
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml (renamed from .github/workflows/test.yml)6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml
index bd96b95..f0e1d49 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: Test
+name: CI
on:
push:
@@ -7,10 +7,10 @@ on:
jobs:
test:
- runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.x]
+ runs-on: ubuntu-latest
name: 'Python ${{ matrix.python-version }}'
steps:
- name: Checkout