Skip to content

Commit bbaf70d

Browse files
committed
Allow failure on PHP 72.
1 parent 02a3944 commit bbaf70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
6060

6161
- name: Build PHP
62-
continue-on-error: if ${{ matrix.php == matrix.allow-failure }}
62+
continue-on-error: ${{ matrix.php == matrix.allow-failure }}
6363
run: nix build .#${{ matrix.php }}
6464

6565
- name: Build Imagick extension

0 commit comments

Comments
 (0)