Skip to content

Commit 96de022

Browse files
committed
ci: update PA version test set
forgot this upon bumping OS.
1 parent dbce13d commit 96de022

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
4949
env:
5050
# Version feature flags to test with `cargo check`
5151
#
52-
# TODO: add pa_v14 and pa_v15 once environment supports it
53-
PA_BUILD_VERSIONS: "pa_v13 pa_v12 pa_v8 pa_v6 pa_v5"
52+
PA_BUILD_VERSIONS: "pa_v15 pa_v14 pa_v13 pa_v12 pa_v8 pa_v6 pa_v5"
5453
# Single feature flag to use for `cargo test` steps
55-
PA_TEST_VERSION: pa_v13
54+
PA_TEST_VERSION: pa_v15
5655

5756
steps:
5857
- name: Checkout code

0 commit comments

Comments
 (0)