mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Add Python 3.11 to PR tests (#1500)
* Add Python 3.11 to PR tests * Add testing_prs to trigger for testing PRs
This commit is contained in:
parent
f53110c69b
commit
86bc9bfd80
1 changed files with 3 additions and 3 deletions
6
.github/workflows/testing_prs.yaml
vendored
6
.github/workflows/testing_prs.yaml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
- 'tests/**'
|
||||
- 'poetry.lock'
|
||||
- 'pyproject.toml'
|
||||
- '.github/workflows/testing.yaml'
|
||||
- '.github/workflows/testing_prs.yaml'
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
|
@ -18,7 +18,7 @@ on:
|
|||
- 'tests/**'
|
||||
- 'poetry.lock'
|
||||
- 'pyproject.toml'
|
||||
- '.github/workflows/testing.yaml'
|
||||
- '.github/workflows/testing_prs.yaml'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ 3.9, '3.10' ]
|
||||
python-version: [ 3.9, '3.10', 3.11-dev ]
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
steps:
|
||||
- run: git config --global core.autocrlf false
|
||||
|
|
Loading…
Add table
Reference in a new issue