Skip to content

Commit 8842eb2

Browse files
authored
Make PHP 8.3 the default version in tests (#1643)
1 parent 8bd0712 commit 8842eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install PHP with extensions
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: 8.2
22+
php-version: 8.3
2323
tools: composer:v2
2424

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

0 commit comments

Comments
 (0)