We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c2074 commit a1bf43bCopy full SHA for a1bf43b
.github/workflows/continuous-integration.yml
@@ -64,9 +64,9 @@ jobs:
64
dependencies: highest
65
experimental: false
66
# Note: Current stable PHP version with lowest dependencies is intentionally excluded
67
- # to avoid aura/sql v5 compatibility issues with the latest PHP version
+ # to avoid aura/sql compatibility issues with the latest PHP versions
68
exclude:
69
- # Skip lowest dependencies test for PHP 8.4+ where aura/sql v5 is incompatible
+ # Skip lowest dependencies test for PHP 8.4+ where aura/sql v4 (lowest) is incompatible
70
- php-version: '8.4'
71
dependencies: lowest
72
- php-version: ${{ inputs.current_stable || '8.5' }}
0 commit comments