Skip to content

Commit 485ad39

Browse files
committed
chore: Github action fixed to php 7.3
1 parent 49de47a commit 485ad39

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/run-tests.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ jobs:
66
php-tests:
77
runs-on: ubuntu-latest
88

9-
strategy:
10-
matrix:
11-
php: [7.4, 7.3, 7.2]
12-
13-
name: P${{ matrix.php }} - Run Package Tests
9+
name: Run Package Tests
1410

1511
steps:
1612
- name: Checkout Code
@@ -25,7 +21,7 @@ jobs:
2521
- name: Setup PHP
2622
uses: shivammathur/setup-php@v1
2723
with:
28-
php-version: ${{ matrix.php }}
24+
php-version: 7.3
2925
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
3026
coverage: none
3127

0 commit comments

Comments
 (0)