Skip to content

Commit 93569df

Browse files
committed
Force 8.4
1 parent cd7b2fb commit 93569df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ jobs:
2424
matrix:
2525
operating-system: ['ubuntu-latest', 'macos-latest']
2626
# Run on current stable and next RC if available
27-
php-versions: []
27+
php-versions: [8.4]
2828
pre-release: [false]
2929
stable: [false]
3030
include:
3131
- php-versions: 8.5
3232
pre-release: true
33-
- php-versions: 8.4
34-
stable: true
3533
steps:
3634
- name: Force linux line endings
3735
run: |
@@ -86,7 +84,7 @@ jobs:
8684

8785
- name: Upload coverage to Codecov
8886
# We only care about PHP 8.4 (latest stable) for our code coverage report
89-
if: matrix.stable == true
87+
if: matrix.php-versions == 8.4
9088
uses: codecov/codecov-action@v5
9189
with:
9290
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)