From 718761774d96271c22a823bf18fe64e89d20bfcb Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Thu, 31 Mar 2022 14:53:43 +0200 Subject: [PATCH] Travis now uses the latest minor version of PHP 8.1 when specifying `php: 8.1` --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd689a9..5572729 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ jobs: php: 7.3 env: DEPS='lowest' SYMFONY_DEPRECATIONS_HELPER='max[self]=2&max[direct]=2&max[indirect]=382' - - php: 8.1.0 + php: 8.1 env: DEPS='unmodified' WITH_STATIC_ANALYSIS='yes' SYMFONY_DEPRECATIONS_HELPER='max[indirect]=1' - stage: test @@ -27,7 +27,7 @@ jobs: php: 8.0 env: SYMFONY_VERSION='6.0.*' SYMFONY_DEPRECATIONS_HELPER='max[indirect]=1' - - php: 8.1.0 + php: 8.1 env: SYMFONY_VERSION='6.1.*' MIN_STABILITY='dev' SYMFONY_DEPRECATIONS_HELPER='max[indirect]=1' allow_failures: - env: SYMFONY_VERSION='6.1.*' MIN_STABILITY='dev' SYMFONY_DEPRECATIONS_HELPER='max[indirect]=1'