We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cb0e5 commit 2125928Copy full SHA for 2125928
.github/workflows/build-phar.yml
@@ -46,8 +46,6 @@ jobs:
46
47
name: "Build Phar on PHP: ${{ matrix.php }}"
48
49
- continue-on-error: ${{ matrix.php == '8.5' }}
50
-
51
uses: ./.github/workflows/reusable-build-phar.yml
52
with:
53
phpVersion: ${{ matrix.php }}
.github/workflows/reusable-build-phar.yml
@@ -24,6 +24,8 @@ jobs:
24
runs-on: ubuntu-latest
25
name: "Build Phar on PHP: ${{ inputs.phpVersion }}"
26
27
+ continue-on-error: ${{ inputs.phpVersion == '8.5' }}
28
+
29
steps:
30
- name: Checkout code
31
uses: actions/checkout@v4
0 commit comments