Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jun 28, 2024
1 parent 538b2f0 commit 37ef209
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 37ef209

Please sign in to comment.