Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
upgrade to PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Griffiths committed Aug 25, 2024
1 parent 7a6cc3b commit 2078865
Show file tree
Hide file tree
Showing 11 changed files with 1,104 additions and 1,941 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 7.3
version: 1

- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
php_version: 7.3
memory_limit: 256M
2 changes: 1 addition & 1 deletion .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":1,"defects":{"PortalAmalgamatorTest::testRightmove":4,"PortalAmalgamatorTest::testOnTheMarket":4},"times":{"PortalAmalgamatorTest::testRightmove":0.962,"PortalAmalgamatorTest::testOnTheMarket":0.82}}
{"version":1,"defects":{"PortalAmalgamatorTest::testRightmove":4,"PortalAmalgamatorTest::testOnTheMarket":1,"PortalAmalgamatorTest::testZoopla":1},"times":{"PortalAmalgamatorTest::testRightmove":0.553,"PortalAmalgamatorTest::testOnTheMarket":0,"PortalAmalgamatorTest::testZoopla":0}}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
}
},
"require": {
"php": ">=7.0",
"fabpot/goutte": "^4.0.1"
"php": ">=8.0",
"symfony/browser-kit": "^6.4"
},
"require-dev": {
"phpunit/phpunit": "^8.3.5",
"phpstan/phpstan": "^0.11"
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^0.12"
}
}
Loading

0 comments on commit 2078865

Please sign in to comment.