We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbce13d commit 96de022Copy full SHA for 96de022
.github/workflows/test.yml
@@ -49,10 +49,9 @@ jobs:
49
env:
50
# Version feature flags to test with `cargo check`
51
#
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"
+ PA_BUILD_VERSIONS: "pa_v15 pa_v14 pa_v13 pa_v12 pa_v8 pa_v6 pa_v5"
54
# Single feature flag to use for `cargo test` steps
55
- PA_TEST_VERSION: pa_v13
+ PA_TEST_VERSION: pa_v15
56
57
steps:
58
- name: Checkout code
0 commit comments