Skip to content

Commit b6ef87d

Browse files
committed
Add recent PHP versions to github CI
1 parent f6a82ae commit b6ef87d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- '7.4'
1818
- '8.0'
1919
- '8.1'
20+
- '8.2'
21+
- '8.3'
22+
- '8.4'
2023
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
2124
steps:
2225
- name: Checkout

0 commit comments

Comments
 (0)