Skip to content

Commit ce71604

Browse files
committed
Run project pipelines for version 3.13
1 parent 701b5ee commit ce71604

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/update-chart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
push: {branches: ['3.12']}
2+
push: {branches: ['3.13']}
33
workflow_dispatch:
44
jobs:
55
update-chart:

.github/workflows/update-lint-and-build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
version: [3.12, 3.11, '3.10', 3.9, 3.8]
13+
version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
1414
steps:
1515
- uses: styfle/cancel-workflow-action@main
1616
with:
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
version: [3.12, 3.11]
57+
version: [3.13, 3.12, 3.11]
5858
needs: ['update-translation']
5959
continue-on-error: true
6060
steps:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
strategy:
7272
matrix:
73-
version: [3.12, 3.11, '3.10', 3.9, 3.8]
73+
version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
7474
format: [html, latex]
7575
needs: ['update-translation']
7676
steps:
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
strategy:
101101
matrix:
102-
version: [3.12, 3.11, '3.10', 3.9, 3.8]
102+
version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
103103
needs: ['build-translation']
104104
steps:
105105
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)