File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,19 @@ jobs:
117
117
run : |
118
118
pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1'
119
119
120
+ test-powershell-7-4 :
121
+ runs-on : ubuntu-latest
122
+ container :
123
+ image : mcr.microsoft.com/powershell:7.4-ubuntu-22.04
124
+ steps :
125
+ - uses : actions/checkout@v3
126
+ - name : Powershell version
127
+ run : |
128
+ pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
129
+ - name : Test
130
+ run : |
131
+ pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1'
132
+
120
133
update-draft-release :
121
134
needs :
122
135
- test-powershell-5-1-windows-2019
@@ -127,6 +140,7 @@ jobs:
127
140
- test-powershell-7-1
128
141
- test-powershell-7-2
129
142
- test-powershell-7-3
143
+ - test-powershell-7-4
130
144
- test-publish-to-psgallery
131
145
if : github.ref == 'refs/heads/master'
132
146
runs-on : ubuntu-latest
@@ -172,6 +186,7 @@ jobs:
172
186
- test-powershell-7-1
173
187
- test-powershell-7-2
174
188
- test-powershell-7-3
189
+ - test-powershell-7-4
175
190
- test-publish-to-psgallery
176
191
if : startsWith(github.ref, 'refs/tags/')
177
192
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments