Skip to content

Commit 0ac2256

Browse files
committed
fix: pr comments
1 parent 0abc519 commit 0ac2256

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-on-push-and-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
distro_version: ["3.19", "3.20"]
27-
runtime_version: ["3.10", "3.11", "3.12", "3.13"]
27+
runtime_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2828

2929
steps:
3030
- uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
distro_version: ["bookworm", "bullseye"]
44-
runtime_version: ["3.10", "3.11", "3.12", "3.13"]
44+
runtime_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4545

4646
steps:
4747
- uses: actions/checkout@v4
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
fail-fast: false
7575
matrix:
76-
runtime_version: ["3.12", "3.13"]
76+
runtime_version: ["3.12", "3.13", "3.14"]
7777

7878
steps:
7979
- uses: actions/checkout@v4
@@ -90,7 +90,7 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
distro_version: ["22.04", "24.04"]
93-
runtime_version: ["3.10", "3.11", "3.12", "3.13"]
93+
runtime_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
9494

9595
steps:
9696
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)