Skip to content

Commit f9cd1ef

Browse files
committed
workflow
1 parent 94f7d12 commit f9cd1ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
fail-fast: true
1212
matrix:
1313
os: [ubuntu, macos]
14-
version: ["3.8", "3.9", "3.10", "3.11"]
14+
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1515
runs-on: ${{ matrix.os }}-latest
1616
steps:
1717
- uses: fastai/workflows/nbdev-ci@master
1818
with:
1919
version: ${{ matrix.version }}
2020
pre: 1
2121
- name: test docs build
22-
if: ${{ (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && matrix.version == '3.9' && matrix.os == 'ubuntu' }}
22+
if: ${{ (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && matrix.version == '3.10' && matrix.os == 'ubuntu' }}
2323
run: |
2424
set -ux
2525
wget -q $(curl https://latest.fast.ai/pre/quarto-dev/quarto-cli/linux-amd64.deb)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Getting Started
22

3+
34
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
45

56
![CI](https://github.com/fastai/nbdev/actions/workflows/test.yaml/badge.svg)

0 commit comments

Comments
 (0)