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 40ad40d commit 17e5174Copy full SHA for 17e5174
.github/workflows/ezsql-macos.yml
@@ -13,6 +13,7 @@ jobs:
13
windows:
14
name: macOS (PHP ${{ matrix.php-versions }} CI)
15
runs-on: macos-latest
16
+ continue-on-error: macos-latest
17
strategy:
18
fail-fast: false
19
matrix:
lib/Constants.php
@@ -5,7 +5,7 @@
5
/**
6
* ezsqlModel Constants
7
*/
8
- \defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.12');
+ \defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.1.0');
9
\defined('OBJECT') or \define('OBJECT', 'OBJECT');
10
\defined('ARRAY_A') or \define('ARRAY_A', 'ARRAY_A');
11
\defined('ARRAY_N') or \define('ARRAY_N', 'ARRAY_N');
0 commit comments