Skip to content

Commit a1bf43b

Browse files
committed
Fix CI comment to clarify aura/sql v4 (lowest) incompatibility with PHP 8.4+
1 parent 69c2074 commit a1bf43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
dependencies: highest
6565
experimental: false
6666
# Note: Current stable PHP version with lowest dependencies is intentionally excluded
67-
# to avoid aura/sql v5 compatibility issues with the latest PHP version
67+
# to avoid aura/sql compatibility issues with the latest PHP versions
6868
exclude:
69-
# Skip lowest dependencies test for PHP 8.4+ where aura/sql v5 is incompatible
69+
# Skip lowest dependencies test for PHP 8.4+ where aura/sql v4 (lowest) is incompatible
7070
- php-version: '8.4'
7171
dependencies: lowest
7272
- php-version: ${{ inputs.current_stable || '8.5' }}

0 commit comments

Comments
 (0)