Skip to content

Commit

Permalink
Travis now uses the latest minor version of PHP 8.1 when specifying `…
Browse files Browse the repository at this point in the history
…php: 8.1`
  • Loading branch information
craue committed Mar 31, 2022
1 parent 55edcae commit 7187617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 7187617

Please sign in to comment.