Skip to content

Commit

Permalink
Merge pull request #69 from josemmo/develop
Browse files Browse the repository at this point in the history
v1.2.7
  • Loading branch information
josemmo authored Dec 17, 2022
2 parents 705926f + f09624c commit 3df48ca
Show file tree
Hide file tree
Showing 6 changed files with 421 additions and 201 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 8
continue-on-error: ${{ matrix.version == '1.19.2' }}
continue-on-error: ${{ matrix.version == '1.19.3' }}
strategy:
fail-fast: false
matrix:
flavor: ['bukkit', 'spigot', 'paper', 'purpur']
version: ['1.19.2', '1.18.2', '1.17.1', '1.16.5']
version: ['1.19.3', '1.18.2', '1.17.1', '1.16.5']
steps:
# Download code from repository
- name: Checkout code
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
env:
VERSION: ${{ matrix.version }}
run: |
if [ $VERSION == "1.19.2" ]; then
if [ $VERSION == "1.19.3" ]; then
url="https://ci.dmulloy2.net/job/ProtocolLib/lastStableBuild/artifact/target/ProtocolLib.jar"
else
url="https://github.com/dmulloy2/ProtocolLib/releases/download/4.8.0/ProtocolLib.jar"
Expand Down
Loading

0 comments on commit 3df48ca

Please sign in to comment.