Skip to content

Commit

Permalink
GH Actions: update PHP version for composer-normalize
Browse files Browse the repository at this point in the history
Looks like the `composer-normalize` package has dropped support for PHP < 8.0 as of version `2.29.0`.

Refs:
* https://github.com/ergebnis/composer-normalize/releases/tag/2.29.0
* ergebnis/composer-normalize#998
  • Loading branch information
jrfnl committed Dec 11, 2022
1 parent 603260b commit fa9935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: "Set up PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: 7.4
php-version: 8.1
tools: composer-normalize
coverage: none
- name: "Run Composer normalize"
Expand Down

0 comments on commit fa9935c

Please sign in to comment.