Commit Graph

977 Commits (a73248ed6fc96f141a06f2854315a53db4bddd98)

Author SHA1 Message Date
Michele Locati c64523bf27
Fix apt package regexes on Debian
Test: amqp,dba,gd,gearman,geoip,gmagick,gnupg,http,imagick,imap,intl,maxminddb,mongo,mongodb,oci8,pdo_oci,rdkafka,redis,swoole,tidy,xls,zip
2021-07-02 12:41:41 +02:00
Michele Locati 17df6b9b5b [skip ci] Automatically update README.md 2021-07-01 15:36:46 +00:00
Michele Locati fff25f5fa3
Support more extensions with PHP 8.1 2021-07-01 17:36:25 +02:00
Michele Locati d3dd0cddfd [skip ci] Automatically update README.md 2021-07-01 13:51:30 +00:00
Michele Locati 80bbcf791c
Merge pull request #374 from mlocati/mssql-php8.1
Support pdo_sqlsrv and sqlsrv on PHP 8.1
2021-07-01 15:51:17 +02:00
Michele Locati 2975caeb1b
Support pdo_sqlsrv and sqlsrv on PHP 8.1 2021-07-01 15:39:18 +02:00
Michele Locati d253bbb88d
Notify PHP 8.1 monitoring failures to the Telegram channel 2021-07-01 12:41:48 +02:00
Michele Locati f60a336f8f
Fix "ci-test-extensions all" 2021-07-01 12:38:29 +02:00
Michele Locati f13e11e15a
Monitor extensions compatible with PHP 8.1
Since PHP 8.1 is still in its early stage, we need to keep a eye on it.
2021-07-01 12:34:10 +02:00
Michele Locati be0073625a
Merge pull request #371 from mlocati/test-all-extensions-easier
Make it easier to test all extensions
2021-07-01 12:14:45 +02:00
Michele Locati b8750bdb9e
Make it easier to test all extensions
Test: zip
2021-07-01 12:06:46 +02:00
Michele Locati e870ee5743
Merge pull request #370 from mlocati/ci-allow-filtering-phpversion
Make it easy to test only specific PHP versions
2021-07-01 11:57:24 +02:00
Michele Locati 3165580f9f
Make it easy to test only specific PHP versions
Test: zip
2021-07-01 11:52:35 +02:00
Michele Locati 457a5e8656 [skip ci] Automatically update README.md 2021-07-01 09:33:05 +00:00
Michele Locati 6c7b5f6a05
Merge pull request #369 from mlocati/zookeeper-php8
Add support for Zookeeper on PHP 8.0+
2021-07-01 11:32:48 +02:00
Michele Locati 473653748a
Add support for Zookeeper on PHP 8.0+ 2021-07-01 11:24:57 +02:00
Michele Locati e677fb2611
Merge pull request #368 from mlocati/alpine-odbc-driver-17.7.2.1
Upgrade Microsoft ODBC Driver for Alpine Linux
2021-07-01 11:16:21 +02:00
Michele Locati 2ea8689342
Upgrade Microsoft ODBC Driver for Alpine Linux
Test: sqlsrv,pdo_sqlsrv
2021-07-01 11:07:10 +02:00
Michele Locati 066654abdd
Fix opencensus notes for maintainers 2021-07-01 11:01:47 +02:00
Michele Locati 0f64ce8a12
Remove imagick note from MAINTAINERS.md 2021-07-01 10:54:47 +02:00
Michele Locati b9cfaee225
Merge pull request #367 from mlocati/upgrade-libcmark
Upgrade libcmark from 0.29.0 to 0.30.0
2021-07-01 10:48:44 +02:00
Michele Locati efbfd61640
Upgrade libcmark from 0.29.0 to 0.30.0
Test: cmark
2021-07-01 10:44:27 +02:00
Michele Locati 028307b6c2
Merge pull request #366 from mlocati/support-php8.1
Declare that we now support PHP 8.1
2021-07-01 08:41:56 +02:00
Michele Locati 50dd37c7c6
Declare that we now support PHP 8.1 2021-07-01 08:39:57 +02:00
Michele Locati 7f8d37a805 [skip ci] Automatically update README.md 2021-07-01 06:38:32 +00:00
Michele Locati e709863971
Merge pull request #365 from mlocati/amqp-beta
AMQP with PHP 8: use the latest beta version instead of a specific commit
2021-07-01 08:38:15 +02:00
Michele Locati 8aecd6f183
amqp now supports PHP 8.1 2021-07-01 08:32:44 +02:00
Michele Locati dc917dea37
AMQP with PHP 8: use the latest beta version instead of a specific commit 2021-07-01 08:32:22 +02:00
Michele Locati 341d40dfa2
Merge pull request #364 from mlocati/fix-alpine3.14
Add support for Alpine 3.14
2021-06-30 17:17:57 +02:00
Michele Locati fac21dbb6c
Fix handling of TLS/SSL libraries on Alpine
Test: imap,mongo,mongodb,swoole,zip
2021-06-30 15:43:35 +02:00
pataar ecfdb26674
Test alpine 3.14 2021-06-30 15:41:22 +02:00
Michele Locati 1188c1078b
Merge pull request #363 from pataar/fix/zookeeper
Use maven instead of ant when building zookeeper
2021-06-30 12:45:40 +02:00
Michele Locati 63e6786646 [skip ci] Automatically update README.md 2021-06-30 10:44:39 +00:00
Michele Locati 3a8bb5deee
Merge pull request #272 from mvorisek/add_nightly_php_support
Add support/testing for PHP 8.1
2021-06-30 12:44:20 +02:00
Michele Locati 5ec117a62b
Install the alpha version of zookeeper 2021-06-30 12:39:38 +02:00
pataar 5bae34bca3 Revert whitespace trimming 2021-06-30 10:42:01 +02:00
pataar c9ebe98a61 Use maven instead of ant when building zookeeper
Test: zookeeper
2021-06-30 10:29:02 +02:00
Michele Locati 497296eead
Don't run tests for PHP 8.1 on Alpine Linux 3.12
They don't update the PHP version on that image, it will remain at 8.1.0-alpha1
2021-06-30 10:11:01 +02:00
Michael Voříšek 1b0e76c32c Add support/testing for PHP 8.1 2021-06-29 13:41:24 +02:00
Michele Locati 2d863801ee [skip ci] Automatically update README.md 2021-06-19 19:02:22 +00:00
Michele Locati 1186203145
Merge pull request #357 from mlocati/lzf
Add support for LZF
2021-06-19 21:02:07 +02:00
Michele Locati c23d3891b6
Add support for LZF 2021-06-19 20:58:37 +02:00
Michele Locati fbd19903cf
Merge pull request #356 from mlocati/imagick-php8
Remove no more needed patches for imagick with PHP 8+
2021-06-19 20:38:43 +02:00
Michele Locati 4ae130da4d
Remove no more needed patches for imagick with PHP 8+
Test: imagick
2021-06-19 20:30:43 +02:00
Michele Locati 79da490139
Merge pull request #351 from pataar/master
Add libgomp as required package for imagemagick@alpine (Fixes #350)
2021-06-19 11:49:28 +02:00
pataar 031f8b97cf Run test
Test: imagick
2021-06-19 10:24:26 +02:00
pataar 16245d89d6 Add libgomp as required package for imagemagick@alpine (Fixes #350) 2021-06-18 15:25:14 +02:00
Michele Locati 053ec790ec [skip ci] Automatically update README.md 2021-06-10 06:22:51 +00:00
Michele Locati 9762aa8f41
Merge pull request #345 from mlocati/opencensus-php8.0
Opencensus now supports PHP 8.0
2021-06-10 08:22:33 +02:00
Michele Locati 791108ff72
Opencensus now supports PHP 8.0 2021-06-10 08:19:42 +02:00