Skip to content

Commit c4578c0

Browse files
committed
Test multiple php versions
1 parent fe3f99d commit c4578c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13+
strategy:
14+
matrix:
15+
php-versions: ['7.3', '7.3', '7.4', '8.0']
16+
17+
name: PHPUnit ${{ matrix.php-versions }}
1318

1419
steps:
1520
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)