Skip to content

Commit

Permalink
Merge pull request #70 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 4.1.0  Upgrade to PHP8
  • Loading branch information
Baggerone authored Aug 31, 2022
2 parents 30adea4 + a5cd259 commit 1211a52
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 1211a52

Please sign in to comment.