Skip to content

Commit e8d2f42

Browse files
committed
chore(.github): reduces PHP versions tested
Reduces the number of PHP versions tested in the quality workflow to speed up the process. This focuses the workflow on the most current supported version.
1 parent 729be1e commit e8d2f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
11+
php-versions: [ '8.3' ]
1212
name: PHP ${{ matrix.php-versions }} Test
1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)