Skip to content

Commit f1d18ea

Browse files
committed
Add PHP 8.3 and 8.4 to CI test matrix
Updated the continuous integration workflow to include PHP versions 8.3 and 8.4 in the testing matrix.
1 parent 58b051c commit f1d18ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- '8.0'
2222
- '8.1'
2323
- '8.2'
24+
- '8.3'
25+
- '8.4'
2426
steps:
2527
- name: Checkout
2628
uses: actions/checkout@v1

0 commit comments

Comments
 (0)