Skip to content

Commit

Permalink
CI: For PHP 8.4 use 8.1 as a platform to workaround composer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Aug 21, 2024
1 parent 74016a5 commit 6d3140a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: Install Aspell/Hunspell
run: sudo apt-get -y install aspell aspell-en aspell-de hunspell-en-us

- name: Fix for PHP 8.4
run: composer config platform.php 8.1
if: matrix.php >= 8.4

- name: Execute tests
run: .ci/run_tests.sh

Expand Down

0 comments on commit 6d3140a

Please sign in to comment.