Skip to content

Commit 2ea6be2

Browse files
authored
Make PHP 8.3 the default version in tests (#1643)
1 parent 21e4955 commit 2ea6be2

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install PHP with extensions
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: 8.2
25+
php-version: 8.3
2626
tools: composer:v2
2727

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

0 commit comments

Comments
 (0)