Skip to content

Commit ee2120d

Browse files
author
Fabrizio Balliano
authored
Changed PHP version to 8.2 for release workflow
1 parent 663c07f commit ee2120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
operating-system: [ubuntu-latest]
13-
php-versions: ['8.1']
13+
php-versions: ['8.2']
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@master

0 commit comments

Comments
 (0)