Skip to content

Commit cb46471

Browse files
authored
Build some extensions for PHP 8 (#95)
* Build some extensions on PHP8 * Removed php8 from some more extensions
1 parent 73a9b4a commit cb46471

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ env:
2121
- LAYER=amqp PHP="73 74"
2222
- LAYER=blackfire PHP="73 74"
2323
- LAYER=cassandra PHP="73 74"
24-
- LAYER=ds PHP="73 74"
25-
- LAYER=gd PHP="73 74"
26-
- LAYER=gmp PHP="73 74"
27-
- LAYER=igbinary PHP="73 74"
28-
- LAYER=ldap PHP="73 74"
29-
- LAYER=mailparse PHP="73 74"
24+
- LAYER=ds PHP="73 74 80"
25+
- LAYER=gd PHP="73 74 80"
26+
- LAYER=gmp PHP="73 74 80"
27+
- LAYER=igbinary PHP="73 74 80"
28+
- LAYER=ldap PHP="73 74 80"
29+
- LAYER=mailparse PHP="73 74 80"
3030
- LAYER=mongodb PHP="73 74"
3131
- LAYER=msgpack PHP="73 74"
32-
- LAYER=odbc-snowflake PHP="73 74"
33-
- LAYER=pcov PHP="73 74"
34-
- LAYER=pgsql PHP="73 74"
35-
- LAYER=redis PHP="73 74"
32+
- LAYER=odbc-snowflake PHP="73 74 80"
33+
- LAYER=pcov PHP="73 74 80"
34+
- LAYER=pgsql PHP="73 74 80"
35+
- LAYER=redis PHP="73 74 80"
3636
- LAYER=scrypt PHP="73 74"
3737
- LAYER=sqlsrv PHP="73 74"
38-
- LAYER=uuid PHP="73 74"
38+
- LAYER=uuid PHP="73 74 80"
3939
- LAYER=xdebug PHP="73 74"
40-
- LAYER=yaml PHP="73 74"
40+
- LAYER=yaml PHP="73 74 80"
4141

4242
before_install:
4343
- |

0 commit comments

Comments
 (0)