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.
build.yml
1 parent ca7d2c3 commit f92c655Copy full SHA for f92c655
.github/workflows/build.yml
@@ -30,9 +30,6 @@ jobs:
30
['8.1', '8.2', '8.3', '8.4']
31
phpunit-compatibility:
32
uses: php-forge/actions/.github/workflows/phpunit.yml@main
33
- concurrency:
34
- group: compatibility-${{ github.workflow }}-${{ github.ref }}
35
- cancel-in-progress: true
36
with:
37
concurrency-group: compatibility-${{ github.workflow }}-${{ github.ref }}
38
extensions: intl
0 commit comments