Skip to content

Commit f341da7

Browse files
committed
Update CI code checks
1 parent 52832fe commit f341da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: [windows-latest, ubuntu-latest, macos-latest]
12-
php-versions: ['7.2', '7.3', '7.4']
12+
php-versions: ['7.4', '8.0']
1313

1414
steps:
1515
- name: Checkout
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
php-version: ${{ matrix.php-versions }}
2222
tools: pecl
23-
extensions: igbinary, fileinfo
23+
extensions: fileinfo
2424
ini-values: memory_limit=-1
2525

2626
- name: Validate composer.json

0 commit comments

Comments
 (0)