Skip to content

Commit

Permalink
Allow failure on PHP 72.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Mar 26, 2022
1 parent 02a3944 commit bbaf70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

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

- name: Build Imagick extension
Expand Down

0 comments on commit bbaf70d

Please sign in to comment.