Skip to content

Commit e443eec

Browse files
committed
Fix php version in test.yml #KDS-604
1 parent d701a9e commit e443eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: [ ubuntu-latest, ubuntu-20.04 ]
14-
php: [ '8.0', '8.1', '8.1' ]
14+
php: [ '8.0', '8.1', '8.4' ]
1515

1616
steps:
1717
- uses: actions/checkout@master

0 commit comments

Comments
 (0)