Skip to content

Commit 76053f6

Browse files
committed
Add more PHP version to the test matrix
1 parent bd75d65 commit 76053f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
php: ['7.3', '7.4', '8.0', '8.1']
7+
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)