diff --git a/.travis.yml b/.travis.yml index 1fa6342..ee837f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ env: global: - VAGRANT_VERSION='2.2.18' jobs: - - PLATFORM='docker-debian-stretch-php70' ANSIBLE_VERSION='>=2.11,<2.12' - - PLATFORM='docker-debian-stretch-php74' ANSIBLE_VERSION='>=2.11,<2.12' - PLATFORM='docker-debian-buster-php73' ANSIBLE_VERSION='>=2.11,<2.12' - PLATFORM='docker-debian-bullseye-php74' ANSIBLE_VERSION='>=2.11,<2.12' - PLATFORM='docker-debian-bullseye-php80' ANSIBLE_VERSION='>=2.11,<2.12' diff --git a/README.md b/README.md index 186b24c..f0c4342 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Install PHP on Debian / Ubuntu / FreeBSD. Manage PHP-FPM, APCu, Opcache and Xdeb Managed OS / Versions --------------------- -On all Debian versions, you can install all PHP versions (from PHP 5.6 to 8.1 beta) by using [Sury's APT repository](https://deb.sury.org/). +On all Debian versions, you can install all PHP versions by using [Sury's APT repository](https://deb.sury.org/). Other cases: diff --git a/Vagrantfile b/Vagrantfile index 9a75806..547c338 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,8 +6,6 @@ Vagrant.configure("2") do |config| vms_debian = [ - { :name => "debian-stretch-php70", :box => "debian/stretch64", :vars => { }}, - { :name => "debian-stretch-php74", :box => "debian/stretch64", :vars => { "php_version": '7.4' }}, { :name => "debian-buster-php73", :box => "debian/buster64", :vars => { }}, { :name => "debian-buster-php74", :box => "debian/buster64", :vars => { "php_version": '7.4' }}, { :name => "debian-bullseye-php74", :box => "debian/bullseye64", :vars => { }}, @@ -21,8 +19,6 @@ Vagrant.configure("2") do |config| ] conts = [ - { :name => "docker-debian-stretch-php70", :docker => "hanxhx/vagrant-ansible:debian9", :vars => { }}, - { :name => "docker-debian-stretch-php74", :docker => "hanxhx/vagrant-ansible:debian9", :vars => { "php_version": '7.4' }}, { :name => "docker-debian-buster-php73", :docker => "hanxhx/vagrant-ansible:debian10", :vars => { }}, { :name => "docker-debian-buster-php74", :docker => "hanxhx/vagrant-ansible:debian10", :vars => { "php_version": '7.4' }}, { :name => "docker-debian-bullseye-php74", :docker => "hanxhx/vagrant-ansible:debian11", :vars => { }}, diff --git a/meta/main.yml b/meta/main.yml index b7ccba7..5323dda 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -10,7 +10,6 @@ galaxy_info: platforms: - name: Debian versions: - - stretch - buster - bullseye - name: Ubuntu diff --git a/vars/Debian-stretch.yml b/vars/Debian-stretch.yml deleted file mode 100644 index 7712f6a..0000000 --- a/vars/Debian-stretch.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- - -php_default_version: '7.0'