Skip to content

Commit 24dbd2c

Browse files
committed
add ci config for php 8.0/8.1 and symfony 6
1 parent 50b2798 commit 24dbd2c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,30 @@ matrix:
5454
- SYMFONY_VERSION=5.0.*
5555
- MONOLOG_VERSION=^2.0
5656

57+
- language: php
58+
php: 8.0
59+
env:
60+
- SYMFONY_VERSION=5.0.*
61+
- MONOLOG_VERSION=^2.0
62+
63+
- language: php
64+
php: 8.0
65+
env:
66+
- SYMFONY_VERSION=6.0.*
67+
- MONOLOG_VERSION=^2.0
68+
69+
- language: php
70+
php: 8.1
71+
env:
72+
- SYMFONY_VERSION=5.0.*
73+
- MONOLOG_VERSION=^2.0
74+
75+
- language: php
76+
php: 8.1
77+
env:
78+
- SYMFONY_VERSION=6.0.*
79+
- MONOLOG_VERSION=^2.0
80+
5781
before_script:
5882
- phpenv config-add travis.php.ini
5983
- composer self-update

0 commit comments

Comments
 (0)