Skip to content

Commit f20a3ea

Browse files
LCH-7211: Adding php 8.4 in pipeline. (#204)
1 parent a29a546 commit f20a3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/content-hub-php-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ ubuntu-latest ]
9-
php-version: [ '7.4', '8.1', '8.2' ]
9+
php-version: [ '7.4', '8.1', '8.2', '8.3', '8.4' ]
1010
steps:
1111
# This step checks out a copy of your repository.
1212
- name: Checkout

0 commit comments

Comments
 (0)