Skip to content

Commit 1ea3525

Browse files
committed
Try this
1 parent 7fc4e2a commit 1ea3525

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
151151
# Check that the rulesets don't throw unnecessary errors for the compat libraries themselves.
152152
# Note: the polyfills for PHP 5.4 - 7.1 have been decoupled from the monorepo at version 1.19.
153-
# The polyfills for PHP 7.2 has been decoupled from the monorepo at version 1.30.
153+
# The polyfills for PHP 7.2 have been decoupled from the monorepo at version 1.30.
154154
# These are no longer updated.
155155
- name: Test running against the polyfills - polyfills 5.4-7.1
156156
run: |

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"symfony/polyfill-php54": "1.19",
3434
"symfony/polyfill-php55": "1.19",
3535
"symfony/polyfill-php56": "1.19",
36+
"symfony/polyfill-util": "1.19",
3637
"symfony/polyfill-php70": "1.19",
3738
"symfony/polyfill-php71": "1.19",
3839
"symfony/polyfill-php72": "1.30",

0 commit comments

Comments
 (0)