Skip to content

Commit

Permalink
Take {PHP_INT_MAX}.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Aug 21, 2024
1 parent 603dc5c commit 4a4d392
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 557 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ jobs:
command: npm run env start

- name: Composer install
run: npm run composer install
run: |
rm composer.lock || true # We need to install fresh.
npm run composer install
- name: Versions
run: |
Expand Down Expand Up @@ -138,4 +140,4 @@ jobs:
run: npm install

- name: Build
run: npm run build
run: npm run build
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4"
"php": "7.2.24"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -29,6 +29,7 @@
"php-coveralls/php-coveralls": "^2.5",
"phpcompatibility/php-compatibility": "10.x-dev as 9.99.99",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpunit/phpunit": "^8.5|^9.6",
"spatie/phpunit-watcher": "^1.23",
"wp-coding-standards/wpcs": "^3.1",
"yoast/phpunit-polyfills": "^2.0"
Expand Down
Loading

0 comments on commit 4a4d392

Please sign in to comment.