Skip to content

Commit d69cf17

Browse files
authored
Merge pull request #22 from silinternational/feature/php-8-1
PHP 8.1
2 parents 200fe58 + 80ac8a8 commit d69cf17

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
composer.phar
22
/nbproject/
33
/vendor/
4+
.idea/
45
local.env
56
composer.lock

codeship-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test:
2-
image: silintl/php7:7.4
2+
image: silintl/php8:8.1
33
volumes:
44
- ./:/data
55
working_dir: /data

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"psr-4": {"Sil\\PhpEnv\\": "src/"}
88
},
99
"require": {
10-
"php": "^7.4"
10+
"php": "^7.4 || ^8.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^9.0"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
test:
4-
image: silintl/php7:7.4
4+
image: silintl/php8:8.1
55
volumes:
66
- ./:/data
77
working_dir: /data

0 commit comments

Comments
 (0)