Skip to content

Commit

Permalink
Merge pull request #69 from silinternational/feature/PHP8
Browse files Browse the repository at this point in the history
PHP8
  • Loading branch information
Baggerone authored Aug 30, 2022
2 parents cb2c953 + 9a1f6ea commit a5cd259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codeship-services.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
php:
image: silintl/php7:7.4
image: silintl/php8:8.1
volumes:
- ./:/data
extra_hosts:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mlocati/ip-lib": "^1.14"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": "^8.0",
"behat/behat": "^3.3"
},
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2"
services:

php:
image: silintl/php7:7.4
image: silintl/php8:8.1
volumes:
- ./:/data
extra_hosts:
Expand Down

0 comments on commit a5cd259

Please sign in to comment.