Skip to content

Commit cd75c66

Browse files
committed
.github/workflows/test.yml: build on PHP 8.1-8.5
1 parent 4e0398d commit cd75c66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on: push
55
jobs:
66
phpunit:
77
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
811
steps:
912
- uses: actions/checkout@v4
1013
- uses: actions/cache@v4

0 commit comments

Comments
 (0)