Skip to content

Commit 613e66d

Browse files
committed
chore: Fix default PHP version
1 parent 57618bf commit 613e66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ci/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
php-version:
55
description: 'Which version of PHP should we setup?'
66
required: false
7-
default: 7.4
7+
default: 8.1
88
use-lowest-dependencies:
99
description: 'Should we prefer the lowest dependency version?'
1010
type: boolean

0 commit comments

Comments
 (0)