Skip to content

Commit 1e0bf47

Browse files
committed
Update version, Add PHP 8 to CI test coverage
1 parent 6fc3e98 commit 1e0bf47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 7.1
66
- 7.2
77
- 7.4
8+
- 8.0
89

910
env:
1011
- MYSQL_HOST=127.0.0.1 MYSQL_USER=root

lib/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* ezsqlModel Constants
77
*/
8-
\defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.10');
8+
\defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.11');
99
\defined('OBJECT') or \define('OBJECT', 'OBJECT');
1010
\defined('ARRAY_A') or \define('ARRAY_A', 'ARRAY_A');
1111
\defined('ARRAY_N') or \define('ARRAY_N', 'ARRAY_N');

0 commit comments

Comments
 (0)