Skip to content

Commit f852f47

Browse files
committed
Fix PHP version in use with Symfony 6.4
1 parent 8ad3e16 commit f852f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
include:
2929
- symfony: '^6.4'
3030
os: 'ubuntu-latest'
31-
php: '7.4'
31+
php: '8.2'
3232
- symfony: '^5.4'
3333
os: 'ubuntu-latest'
3434
php: '7.4'

0 commit comments

Comments
 (0)