Skip to content

Commit a3b39c3

Browse files
authored
Expand PHP version matrix in CI workflow
1 parent 54062b0 commit a3b39c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
phpunit:
2121
strategy:
2222
matrix:
23-
php_version: [8.1, 8.2]
23+
php_version: [8.1, 8.2, 8.3, 8.4, 8.5]
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)