Skip to content

Commit e582cd2

Browse files
committed
Modernize
1 parent 26c26d5 commit e582cd2

File tree

17 files changed

+19
-410
lines changed

17 files changed

+19
-410
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
php_version: ['7.0', '7.1', '7.2', '7.3']
24+
php_version: ['7.0', '8.2']
2525

2626
steps:
2727
- name: Checkout repository

.gitlab-ci.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

docker-entrypoint.d/configure-opcache

Lines changed: 0 additions & 9 deletions
This file was deleted.

docker-entrypoint.d/configure-xdebug

Lines changed: 0 additions & 9 deletions
This file was deleted.

docker-entrypoint.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

php-conf.d/php7.0/opcache.ini

Lines changed: 0 additions & 1 deletion
This file was deleted.

php-conf.d/php7.1/opcache.ini

Lines changed: 0 additions & 1 deletion
This file was deleted.

php-conf.d/php7.1/xdebug.ini

Lines changed: 0 additions & 11 deletions
This file was deleted.

php-conf.d/php7.2/opcache.ini

Lines changed: 0 additions & 1 deletion
This file was deleted.

php-conf.d/php7.2/xdebug.ini

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)