Skip to content

Commit 212382c

Browse files
authored
Merge pull request #530 from clue-labs/php7.1
Update to require PHP 7.1+
2 parents da8ee09 + 012ee77 commit 212382c

File tree

98 files changed

+3644
-3968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+3644
-3968
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
- 7.3
2020
- 7.2
2121
- 7.1
22-
- 7.0
23-
- 5.6
24-
- 5.5
25-
- 5.4
26-
- 5.3
2722
steps:
2823
- uses: actions/checkout@v4
2924
- uses: shivammathur/setup-php@v2
@@ -36,19 +31,3 @@ jobs:
3631
if: ${{ matrix.php >= 7.3 }}
3732
- run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
3833
if: ${{ matrix.php < 7.3 }}
39-
40-
PHPUnit-hhvm:
41-
name: PHPUnit (HHVM)
42-
runs-on: ubuntu-22.04
43-
continue-on-error: true
44-
steps:
45-
- uses: actions/checkout@v4
46-
- run: cp "$(which composer)" composer.phar && ./composer.phar self-update --2.2 # downgrade Composer for HHVM
47-
- name: Run hhvm composer.phar install
48-
uses: docker://hhvm/hhvm:3.30-lts-latest
49-
with:
50-
args: hhvm composer.phar install
51-
- name: Run hhvm vendor/bin/phpunit
52-
uses: docker://hhvm/hhvm:3.30-lts-latest
53-
with:
54-
args: hhvm vendor/bin/phpunit

0 commit comments

Comments
 (0)