Skip to content

Commit 72d783f

Browse files
committed
Update PHP version to 8.2
1 parent 58608b8 commit 72d783f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: true
2424
matrix:
2525
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
26-
# All supported versions of PHP and next stable when it's in RC
27-
php-versions: ['8.2', '8.3', '8.4', '8.5']
26+
# Run on current stable and next RC if available
27+
php-versions: ['8.4', '8.5']
2828
steps:
2929
- name: Force linux line endings
3030
run: |

0 commit comments

Comments
 (0)