Skip to content

Commit 9e8b3ca

Browse files
committed
Github actions: run PHPUnit tests on PHP 8.0 to 8.5
1 parent fc49e95 commit 9e8b3ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on: [push]
55
jobs:
66
build-test:
77
runs-on: ubuntu-latest
8+
strategy:
9+
fail-fast: false
10+
matrix:
11+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
812

913
steps:
1014
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)