We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1cc1c commit 50a6b27Copy full SHA for 50a6b27
.github/workflows/integration.yml
@@ -34,7 +34,7 @@ jobs:
34
- 'composer.lock'
35
36
integration:
37
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
38
39
strategy:
40
fail-fast: false
.github/workflows/phpunit-oci.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
phpunit-oci:
59
60
61
needs: [changes, matrix]
62
if: needs.changes.outputs.src != 'false'
0 commit comments