Skip to content

Commit

Permalink
Test more Python versions
Browse files Browse the repository at this point in the history
amercader committed Nov 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6538dfd commit e518020
Showing 3 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ckan210-python311.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CKAN 2.10 on Python 3.11

on:
push:
schedule:
- cron: '0 0 * * 2,4'

jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable.yml
with:
python-version: "3.11"
ckan-version: "dev-v2.10"
13 changes: 13 additions & 0 deletions .github/workflows/ckanmaster-python312.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CKAN master on Python 3.12

on:
push:
schedule:
- cron: '0 0 * * 2,4'

jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable.yml
with:
python-version: "3.12"
ckan-version: "master"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,10 +13,12 @@ This is a monitor that twice a week runs the test suite of CKAN core against dif
| 2.10 | 3.8 | [![CKAN 2.10 on Python 3.8](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckan210-python38.yml/badge.svg)](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckan210-python38.yml) |
| 2.10 | 3.9 | [![CKAN 2.10 on Python 3.9](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckan210-python39.yml/badge.svg)](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckan210-python39.yml) |
| 2.10 | 3.10 | [![CKAN 2.10 on Python 3.10](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckan210-python310.yml/badge.svg)](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckan210-python310.yml) |
| 2.10 | 3.11 | [![CKAN 2.10 on Python 3.11](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckan210-python311.yml/badge.svg)](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckan210-python311.yml) |
| master | 3.8 | [![CKAN master on Python 3.8](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python38.yml/badge.svg)](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python38.yml) |
| master | 3.9 | [![CKAN master on Python 3.9](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python39.yml/badge.svg)](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python39.yml) |
| master | 3.10 | [![CKAN master on Python 3.10](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python310.yml/badge.svg)](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python310.yml) |
| master | 3.11 | [![CKAN master on Python 3.11](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python311.yml/badge.svg)](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python311.yml) |
| master | 3.12 | [![CKAN master on Python 3.12](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python312.yml/badge.svg)](https://github.com/ckan/ckan-python-monitor/actions/workflows/ckanmaster-python312.yml) |


## Notes

0 comments on commit e518020

Please sign in to comment.