Skip to content

Commit c915508

Browse files
ci: add new versions of php
1 parent 173fa9a commit c915508

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ jobs:
1717
php-version:
1818
- "8.1"
1919
- "8.2"
20+
- "8.3"
21+
- "8.4"
2022
dependencies:
2123
- "lowest"
2224
- "highest"
25+
exclude:
26+
- php-version: "8.4"
27+
dependencies: "lowest"
2328

2429
steps:
2530
- name: "Checkout"

0 commit comments

Comments
 (0)