Skip to content

Commit

Permalink
Removed old CI hack for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 4, 2021
1 parent 41f048a commit eab7a0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
- name: Setup Problem Matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Mimic PHP 8.0
run: composer config platform.php 8.0.999
if: matrix.php > 8

- name: Install PHP Dependencies
uses: nick-invision/retry@v1
with:
Expand Down

0 comments on commit eab7a0d

Please sign in to comment.