Skip to content

Commit

Permalink
Update .travis.yml (#15)
Browse files Browse the repository at this point in the history
Magento 2.4.4 and php 8.1 support
  • Loading branch information
convenient authored Apr 20, 2022
1 parent d3331a4 commit 798751b
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
language: php
php: 7.4
dist: xenial
php:
- 7.4
- 8.1
git:
depth: false
dist: xenial
env:
- TEST_GROUP=latest-integration
- TEST_GROUP=latest
- TEST_GROUP=two_three
jobs:
exclude:
- php: 8.1
env: TEST_GROUP=two_three
- php: 7.4
env: TEST_GROUP=latest
- php: 7.4
env: TEST_GROUP=latest-integration

notifications:
email:
Expand All @@ -12,11 +26,6 @@ notifications:
on_failure: always
on_error: always

env:
- TEST_GROUP=latest-integration
- TEST_GROUP=latest
- TEST_GROUP=two_three

install:
- phpenv config-rm xdebug.ini || true
- if [ ! "$TRAVIS_PULL_REQUEST" = "false" ]; then git branch; git branch -D "$TRAVIS_BRANCH" || true; git checkout -b "$TRAVIS_BRANCH"; fi
Expand Down

0 comments on commit 798751b

Please sign in to comment.