Skip to content

Commit

Permalink
Update pm3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzxDwi authored May 7, 2024
1 parent 4ae0956 commit 5d394b7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pm3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@ jobs:
fail-fast: true
matrix:
include:
- option: "-P 4"
- option: "-P4 -j8"
name: ""
branch: "php/8.1"
branch: "php/8.2"
upload-php-ini: "no"
musl-cross-make-repo: "DaisukeDaisuke/musl-cross-make"
- option: "-g -P 4"
- option: "-g -P4 -j8"
name: "-gd"
branch: "php/8.1"
branch: "php/8.12"
upload-php-ini: "no"
musl-cross-make-repo: "DaisukeDaisuke/musl-cross-make"
- option: "-g -P 4"
- option: "-g -P4 -j8"
name: "-gd-no-modification"
branch: "php/8.1"
upload-php-ini: ""
branch: "php/8.2"
upload-php-ini: "no"
musl-cross-make-repo: "ScerIO/musl-cross-make"
- option: "-g -P 5"
- option: "-g -P5 -j8"
name: "-next-major-gd"
branch: "php/8.1"
branch: "php/8.2"
upload-php-ini: "-next-major"
musl-cross-make-repo: "DaisukeDaisuke/musl-cross-make"
- option: "-g -P 5"
name: "-experimental-gd"
- option: "-g -P5 -j8"
name: "-g -P5 -j8"
branch: "php/8.2"
upload-php-ini: "-experimental-gd"
musl-cross-make-repo: "DaisukeDaisuke/musl-cross-make"
Expand All @@ -68,7 +68,7 @@ jobs:
with:
repository: NetherGamesMC/php-build-scripts
path: php-build-scripts
ref: stable
ref: ${{ matrix.branch }}

- name: Checkout php-build-scripts commit
if: ${{ github.event.inputs.commithash != 'none' }}
Expand Down

0 comments on commit 5d394b7

Please sign in to comment.