We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538b2f0 commit 37ef209Copy full SHA for 37ef209
.travis.yml
@@ -8,22 +8,17 @@ os:
8
dist: "bionic"
9
10
php:
11
+- "8.3"
12
+- "8.2"
13
+- "8.1"
14
- "8.0"
15
- "7.4"
-- "7.2"
16
17
env:
-- TYPOS_VERSION="1.16.22"
18
+- TYPOS_VERSION="1.22.9"
19
20
jobs:
21
include:
- -
- 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"
27
-
28
name: "With lowest deps"
29
php: "7.4"
0 commit comments