Skip to content

Commit 51b7373

Browse files
committed
Apply suggestion
1 parent e5172b3 commit 51b7373

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,9 +1055,7 @@ jobs:
10551055
strategy:
10561056
fail-fast: false
10571057
matrix:
1058-
include:
1059-
- zts: false
1060-
- zts: true
1058+
zts: [true, false]
10611059
name: "FREEBSD_${{ matrix.zts && 'ZTS' || 'NTS' }}"
10621060
runs-on: ubuntu-latest
10631061
steps:

0 commit comments

Comments
 (0)