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 a7aa7c4 commit 5c14560Copy full SHA for 5c14560
1 file changed
.github/workflows/phpunit.yml
@@ -78,7 +78,7 @@ jobs:
78
phpunit-oci8:
79
runs-on: ubuntu-20.04
80
# Runs only if the previous job was a success
81
- if: ${{ success() }}
+ if: success()
82
83
strategy:
84
matrix:
0 commit comments