Skip to content

Commit 8eb6f48

Browse files
committed
Adding all supported version of php to tests in ci
1 parent 4aae5d3 commit 8eb6f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
20-
20+
php: [8.0 ,8.1 ,8.2, 8.3, 8.4]
2121
steps:
2222
- uses: actions/checkout@v4
2323

0 commit comments

Comments
 (0)