Skip to content

Commit f241aae

Browse files
authored
Upgrade max php version (#149)
1 parent d415cfb commit f241aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
required: false
1313
type: string
1414
php-max-version:
15-
default: '8.2'
15+
default: '8.4'
1616
description: Highest PHP version to assess (e.g Highest supported version)
1717
required: false
1818
type: string
1919
php-next-version:
20-
default: '8.3'
20+
default: '8.5'
2121
description: Next (currently not supported) PHP version to assess (e.g Current dev version)
2222
required: false
2323
type: string

0 commit comments

Comments
 (0)