Skip to content

Commit b83dcde

Browse files
authored
Add php 8.2 and 8.3 as defaults
1 parent ccd01fd commit b83dcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
55
inputs:
66
php-versions:
77
description: "The PHP versions to use when running the job"
8-
default: "['7.4', '8.0', '8.1']"
8+
default: "['7.4', '8.0', '8.1', '8.2', '8.3']"
99
required: false
1010
type: "string"
1111
php-extensions:

0 commit comments

Comments
 (0)