Skip to content

Commit b4478a8

Browse files
authoredJan 13, 2025
Cleanup CI (#259)
- Test with PHP 8.3 only once. - Remove redundant exif extension.
1 parent f158e3e commit b4478a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ jobs:
1515
- php: '8.1'
1616
- php: '8.2'
1717
- php: '8.3'
18-
- php: '8.3'
1918
- php: '8.4'
2019

2120
steps:
2221
- name: Setup PHP
2322
uses: shivammathur/setup-php@v2
2423
with:
2524
php-version: ${{ matrix.php }}
26-
ini-values: zend.max_allowed_stack_size=-1,ffi.enable=true
27-
extensions: ffi, exif
25+
ini-values: ffi.enable=true, zend.max_allowed_stack_size=-1
26+
extensions: ffi
2827
tools: composer:v2
2928
coverage: none
3029

0 commit comments

Comments
 (0)