|
29 | 29 | strategy:
|
30 | 30 | fail-fast: false
|
31 | 31 | matrix:
|
32 |
| - release: [ "13.2", "13.3", "13.4", "13.5", "14.0", "14.1", "14.2", "15.0", ""] |
| 32 | + release: [ "13.2", "13.3", "13.4", "13.5", "14.0", "14.1", "14.2", "14.3", "15.0", ""] |
33 | 33 | arch: [ "aarch64", ""]
|
34 | 34 | runs: [ "ubuntu-24.04"]
|
35 | 35 |
|
|
78 | 78 | - name: Test in FreeBSD
|
79 | 79 | if: ${{ steps.check.outputs.run == 'true' }}
|
80 | 80 | id: test
|
81 |
| - uses: vmactions/freebsd-vm@5327a11ad7961d6e154beffed4c41db3950e1296 |
| 81 | + uses: vmactions/freebsd-vm@7ed9e507864c057f9317137c7538c96b70728482 |
82 | 82 | with:
|
83 | 83 | envs: 'DEBUG MYTOKEN MYTOKEN2'
|
84 | 84 | prepare: |
|
@@ -143,7 +143,7 @@ jobs:
|
143 | 143 | strategy:
|
144 | 144 | fail-fast: false
|
145 | 145 | matrix:
|
146 |
| - release: [ "13.2", "13.3", "13.4", "13.5", "14.0", "14.1", "14.2", "15.0", ""] |
| 146 | + release: [ "13.2", "13.3", "13.4", "13.5", "14.0", "14.1", "14.2", "14.3", "15.0", ""] |
147 | 147 | arch: [ "aarch64", ""]
|
148 | 148 | runs: [ "ubuntu-24.04"]
|
149 | 149 | runs-on: ${{ matrix.runs }}
|
@@ -191,7 +191,7 @@ jobs:
|
191 | 191 | - name: Test in FreeBSD
|
192 | 192 | if: ${{ steps.check.outputs.run == 'true' }}
|
193 | 193 | id: test
|
194 |
| - uses: vmactions/freebsd-vm@5327a11ad7961d6e154beffed4c41db3950e1296 |
| 194 | + uses: vmactions/freebsd-vm@7ed9e507864c057f9317137c7538c96b70728482 |
195 | 195 | with:
|
196 | 196 | envs: 'DEBUG MYTOKEN MYTOKEN2'
|
197 | 197 | prepare: |
|
@@ -256,7 +256,7 @@ jobs:
|
256 | 256 | strategy:
|
257 | 257 | fail-fast: false
|
258 | 258 | matrix:
|
259 |
| - release: [ "13.2", "13.3", "13.4", "13.5", "14.0", "14.1", "14.2", "15.0", ""] |
| 259 | + release: [ "13.2", "13.3", "13.4", "13.5", "14.0", "14.1", "14.2", "14.3", "15.0", ""] |
260 | 260 | arch: [ "aarch64", ""]
|
261 | 261 | runs: [ "ubuntu-24.04"]
|
262 | 262 | runs-on: ${{ matrix.runs }}
|
@@ -296,7 +296,7 @@ jobs:
|
296 | 296 | - name: Test in FreeBSD
|
297 | 297 | if: ${{ steps.check.outputs.run == 'true' }}
|
298 | 298 | id: test
|
299 |
| - uses: vmactions/freebsd-vm@5327a11ad7961d6e154beffed4c41db3950e1296 |
| 299 | + uses: vmactions/freebsd-vm@7ed9e507864c057f9317137c7538c96b70728482 |
300 | 300 | with:
|
301 | 301 | envs: 'MYTOKEN MYTOKEN2'
|
302 | 302 | prepare: |
|
|
0 commit comments