Skip to content

Commit 37ef209

Browse files
committed
update CI
1 parent 538b2f0 commit 37ef209

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,17 @@ os:
88
dist: "bionic"
99

1010
php:
11+
- "8.3"
12+
- "8.2"
13+
- "8.1"
1114
- "8.0"
1215
- "7.4"
13-
- "7.2"
1416

1517
env:
16-
- TYPOS_VERSION="1.16.22"
18+
- TYPOS_VERSION="1.22.9"
1719

1820
jobs:
1921
include:
20-
-
21-
php: "8.1"
22-
script:
23-
- "composer test:syntax -- --no-progress"
24-
- "composer test:phpunit -- --verbose"
25-
# - "composer test:cs -- -s"
26-
- "composer test:phpstan -- --ansi --no-progress"
2722
-
2823
name: "With lowest deps"
2924
php: "7.4"

0 commit comments

Comments
 (0)