Skip to content

Commit 2125928

Browse files
committed
Try this
1 parent e9cb0e5 commit 2125928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-phar.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646

4747
name: "Build Phar on PHP: ${{ matrix.php }}"
4848

49-
continue-on-error: ${{ matrix.php == '8.5' }}
50-
5149
uses: ./.github/workflows/reusable-build-phar.yml
5250
with:
5351
phpVersion: ${{ matrix.php }}

.github/workflows/reusable-build-phar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
runs-on: ubuntu-latest
2525
name: "Build Phar on PHP: ${{ inputs.phpVersion }}"
2626

27+
continue-on-error: ${{ inputs.phpVersion == '8.5' }}
28+
2729
steps:
2830
- name: Checkout code
2931
uses: actions/checkout@v4

0 commit comments

Comments
 (0)