Skip to content

Commit 16caa2e

Browse files
committed
Remove php5 and windows
1 parent 8808fdf commit 16caa2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

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

16-
name: P${{ matrix.php }} - ${{ matrix.os }}
16+
name: PHP:${{ matrix.php }} - ${{ matrix.os }}
1717

1818
steps:
1919
- name: Checkout code

0 commit comments

Comments
 (0)