Skip to content

Commit b6b7f27

Browse files
committed
[TASK] Update dependencies and adjust workflows for PHP 8.5
- Remove `ergebnis/composer-normalize` from dev dependencies, it is not compatible with PHP 8.5 yet and not really needed - Update reusable backport workflow to use the `main` branch. - Drop support for PHP versions 8.2, 8.3, and 8.4; default to PHP 8.5. - Modify runTests script and workflow matrix to reflect PHP 8.5 changes.
1 parent 8cdcd3a commit b6b7f27

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- name: Composer validate
3535
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s composerValidate
3636

37-
- name: Composer normalize
38-
run: Build/Scripts/runTests.sh -p ${{ env.php }} -s composerNormalize -n
39-
4037
- name: CGL
4138
run: Build/Scripts/runTests.sh -n -p ${{ env.php }} -s cgl -n
4239

0 commit comments

Comments
 (0)