Skip to content

Commit d6a4110

Browse files
authored
Update tests.yml
1 parent 12bd68f commit d6a4110

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
tools: composer:v2
2626
coverage: none
2727

28+
- name: Emulate PHP 8.3
29+
run: composer config platform.php 8.3.999
30+
if: matrix.php == '8.4'
31+
2832
- name: Install PHP dependencies
2933
run: composer update --prefer-dist --no-interaction --no-progress
3034

0 commit comments

Comments
 (0)