From 37ef209d77300dd351b1b30f1dafa2e7aea25a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 28 Jun 2024 18:07:26 +0000 Subject: [PATCH] update CI --- .travis.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3cf5fb8..591ea14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,22 +8,17 @@ os: dist: "bionic" php: +- "8.3" +- "8.2" +- "8.1" - "8.0" - "7.4" -- "7.2" env: -- TYPOS_VERSION="1.16.22" +- TYPOS_VERSION="1.22.9" jobs: include: - - - php: "8.1" - script: - - "composer test:syntax -- --no-progress" - - "composer test:phpunit -- --verbose" - # - "composer test:cs -- -s" - - "composer test:phpstan -- --ansi --no-progress" - name: "With lowest deps" php: "7.4"