Skip to content

Commit dafe086

Browse files
authored
fix: update ps version in ci (#441)
1 parent 0279c75 commit dafe086

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.release.tag_name != 'staging'
1919
strategy:
2020
matrix:
21-
ps_version: ["1.7.8.10", "8.1.7"]
21+
ps_version: ["1.6.1.11", "1.7.8.10", "8.1.7"]
2222
steps:
2323
- name: Checkout the repository
2424
uses: actions/checkout@v4

.github/workflows/quality-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
ps_version: ["1.6.1.11", "1.7.8.10", "8.1.6"]
59+
ps_version: ["1.6.1.11", "1.7.8.10", "8.1.7"]
6060
steps:
6161
- name: Checkout
6262
uses: actions/checkout@v4
@@ -96,7 +96,7 @@ jobs:
9696
strategy:
9797
fail-fast: false
9898
matrix:
99-
ps_version: ["1.6.1.11", "1.7.8.10", "8.1.4", "nightly"]
99+
ps_version: ["1.6.1.11", "1.7.8.10", "8.1.7"]
100100
steps:
101101
- name: Checkout the repository
102102
uses: actions/checkout@v4

0 commit comments

Comments
 (0)