Skip to content

Commit eab7a0d

Browse files
Removed old CI hack for PHP 8.1
1 parent 41f048a commit eab7a0d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
- name: Setup Problem Matchers
2828
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2929

30-
- name: Mimic PHP 8.0
31-
run: composer config platform.php 8.0.999
32-
if: matrix.php > 8
33-
3430
- name: Install PHP Dependencies
3531
uses: nick-invision/retry@v1
3632
with:

0 commit comments

Comments
 (0)