Skip to content

Commit

Permalink
Test on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcthinkst committed Mar 15, 2024
1 parent 815b88e commit 7f6cb37
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/opencanary_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ on:
- "push"

jobs:
precommit_tests:
runs-on: "ubuntu-20.04"
steps:
- name: "Check out repository code"
uses: "actions/checkout@v3"
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install pre-commit
run: pip install pre-commit
- name: Check pre-commit is happy
run: pre-commit run --all-files
# precommit_tests:
# runs-on: "ubuntu-20.04"
# steps:
# - name: "Check out repository code"
# uses: "actions/checkout@v3"
# - name: Set up Python 3.10
# uses: actions/setup-python@v3
# with:
# python-version: "3.10"
# - name: Install pre-commit
# run: pip install pre-commit
# - name: Check pre-commit is happy
# run: pre-commit run --all-files
opencanary_tests:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: ["ubuntu-20.04", "ubuntu-22.04", "macos-11", "macos-12"]
python-version: ["3.12"]
os: ["ubuntu-22.04"]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7f6cb37

Please sign in to comment.