Skip to content

Commit 718f9a6

Browse files
authored
Make PHP 8.3 the default version in tests (#1643)
1 parent d7332cb commit 718f9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install PHP with extensions
2929
uses: shivammathur/setup-php@v2
3030
with:
31-
php-version: 8.2
31+
php-version: 8.3
3232
tools: composer:v2
3333

3434
- name: Install roave/backward-compatibility-check

0 commit comments

Comments
 (0)