Skip to content

Commit

Permalink
Merge pull request #5 from provinzkraut/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
provinzkraut authored Jan 14, 2024
2 parents 1de5704 + 7b6d805 commit 25845ba
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name: Tests

on: [push, pull_request]
on:
pull_request:
push:
branches:
- master

jobs:

test:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 25845ba

Please sign in to comment.