Skip to content

Commit 89a656b

Browse files
authored
Update code-quality.yml
1 parent 93569df commit 89a656b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
matrix:
2525
operating-system: ['ubuntu-latest', 'macos-latest']
2626
# Run on current stable and next RC if available
27-
php-versions: [8.4]
27+
php-versions: ['8.4']
2828
pre-release: [false]
29-
stable: [false]
3029
include:
3130
- php-versions: 8.5
3231
pre-release: true

0 commit comments

Comments
 (0)