Skip to content

Commit

Permalink
Merge branch 'stable' of github.com:pmmp/PocketMine-MP into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 26, 2024
2 parents 47f0119 + 561ffd3 commit c58e599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-php-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: pmmp/setup-php-action@3.0.0
uses: pmmp/setup-php-action@3.1.0
with:
php-version: ${{ inputs.php }}
install-path: "./bin"
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: pmmp/setup-php-action@3.0.0
uses: pmmp/setup-php-action@3.1.0
with:
php-version: ${{ inputs.php }}
install-path: "./bin"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
submodules: true

- name: Setup PHP
uses: pmmp/setup-php-action@3.0.0
uses: pmmp/setup-php-action@3.1.0
with:
php-version: ${{ inputs.php }}
install-path: "./bin"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: pmmp/setup-php-action@3.0.0
uses: pmmp/setup-php-action@3.1.0
with:
php-version: ${{ inputs.php }}
install-path: "./bin"
Expand Down

0 comments on commit c58e599

Please sign in to comment.