Skip to content

Commit 9608054

Browse files
committed
1.19.3 to 1.19.4
1 parent d4efe81 commit 9608054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/dev_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
branch: ['1.7.2', '1.7.4', '1.7.10', '1.8.0', '1.8.3-15w14a', '1.8.9', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.0-20w14infinite', '1.16.1', '1.16.5', '1.17.0', '1.17.1', '1.18.2', '1.18.2-22w13oneblockatatime', '1.19.3', '1.20-a_or_b']
19+
branch: ['1.7.2', '1.7.4', '1.7.10', '1.8.0', '1.8.3-15w14a', '1.8.9', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.0-20w14infinite', '1.16.1', '1.16.5', '1.17.0', '1.17.1', '1.18.2', '1.18.2-22w13oneblockatatime', '1.19.4', '1.20-a_or_b']
2020
steps:
2121
- name: Checkout ${{ matrix.branch }}
2222
uses: actions/checkout@v3

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
branch: ['1.7.2', '1.7.4', '1.7.10', '1.8.0', '1.8.3-15w14a', '1.8.9', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.0-20w14infinite', '1.16.1', '1.16.5', '1.17.0', '1.17.1', '1.18.2', '1.18.2-22w13oneblockatatime', '1.19.3', '1.20-a_or_b']
19+
branch: ['1.7.2', '1.7.4', '1.7.10', '1.8.0', '1.8.3-15w14a', '1.8.9', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.0-20w14infinite', '1.16.1', '1.16.5', '1.17.0', '1.17.1', '1.18.2', '1.18.2-22w13oneblockatatime', '1.19.4', '1.20-a_or_b']
2020
steps:
2121
- name: Checkout ${{ matrix.branch }}
2222
uses: actions/checkout@v3

0 commit comments

Comments
 (0)