Skip to content

Commit 8808fdf

Browse files
committed
Run test on php range version 5-8.3
1 parent 600bb01 commit 8808fdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
os: [ubuntu-latest]
14-
php: [7.4]
13+
os: [ubuntu-latest, windows-latest]
14+
php: [5.0, 7.0, 7.2, 7.4, 8.0, 8.1, 8.2, 8,3]
1515

1616
name: P${{ matrix.php }} - ${{ matrix.os }}
1717

0 commit comments

Comments
 (0)