Github action openspout/openspout

anyone have an idea why this is falling with PHP 8.2 and filament 3? https://github.com/lara-zeus/zeus/actions/runs/14956136694/job/42012041485?pr=28
GitHub
Update tests.yml · lara-zeus/zeus@fbb581e
a standalone app., a Starter Kit; it's pre-configured to run all Zeus packages and some extra perks. - Update tests.yml · lara-zeus/zeus@fbb581e
Solution:
Filament supports 8.2. Filament isn’t the issue. It’s openspout. You need to provide the version in the matrix that does support 8.2
Jump to solution
4 Replies
awcodes
awcodes3w ago
That version of openspout requires php 8.3
Lara Zeus
Lara ZeusOP3w ago
ya, but dose this means also filament only support "php": "~8.3.0 || ~8.4.0"? I am trying to build a matrix but with no luck!
Solution
awcodes
awcodes3w ago
Filament supports 8.2. Filament isn’t the issue. It’s openspout. You need to provide the version in the matrix that does support 8.2
Lara Zeus
Lara ZeusOP3w ago
finally:
matrix:
php: [8.2, 8.3, 8.4]
include:
- php: 8.2
openspout: 4.28.5
- php: 8.3
openspout: ^4.0
- php: 8.4
openspout: ^4.0
matrix:
php: [8.2, 8.3, 8.4]
include:
- php: 8.2
openspout: 4.28.5
- php: 8.3
openspout: ^4.0
- php: 8.4
openspout: ^4.0

Did you find this page helpful?