Skip to content

Commit

Permalink
Composer should ignore platform requirements (#8)
Browse files Browse the repository at this point in the history
Unit tests are still expected to fail.
  • Loading branch information
Johannes Coetzee authored Jun 23, 2023
1 parent c738081 commit b978f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
php-version: "8.2"
tools: composer:v2
- name: "Install dependencies"
run: "composer update --no-progress --prefer-dist"
run: "composer update --no-progress --prefer-dist --ignore-platform-reqs"
- name: "Pack phar"
run: "php -d phar.readonly=false compiler/compiler.php"
- name: Bump version and push tag
Expand Down

0 comments on commit b978f6e

Please sign in to comment.