Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5efc36204b |
3 changed files with 9 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
/php-league-container4-4.2.0-375d13cb828649599ef5d48a339c4af7a26cd0ab.tar.gz
|
||||
/php-league-container4-4.2.2-ff346319ca1ff0e78277dc2311a42107cc1aab88.tar.gz
|
||||
/php-league-container4-4.2.3-72f9bebe7bd623007782a40f5ec305661ab706d8.tar.gz
|
||||
/php-league-container4-4.2.4-7ea728b013b9a156c409c6f0fc3624071b742dec.tar.gz
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
%global github_owner thephpleague
|
||||
%global github_name container
|
||||
%global github_version 4.2.2
|
||||
%global github_commit ff346319ca1ff0e78277dc2311a42107cc1aab88
|
||||
%global github_version 4.2.4
|
||||
%global github_commit 7ea728b013b9a156c409c6f0fc3624071b742dec
|
||||
|
||||
%global major 4
|
||||
|
||||
|
|
@ -124,7 +124,7 @@ sed -e '/log/d' -i phpunit.xml
|
|||
RETURN_CODE=0
|
||||
# TODO PHP 8.1, Call to undefined method ReflectionUnionType::getName()
|
||||
PHPUNIT=$(which phpunit8)
|
||||
for PHP_EXEC in php php81 php82 php83; do
|
||||
for PHP_EXEC in php php81 php82 php83 php84; do
|
||||
if which $PHP_EXEC; then
|
||||
FILTER="--filter '^((?!(testResolverResolvesArgumentsViaReflection|testResolverThrowsExceptionWhenReflectionDoesNotResolve)).)*\$'"
|
||||
$PHP_EXEC $PHPUNIT $FILTER \
|
||||
|
|
@ -149,6 +149,9 @@ exit $RETURN_CODE
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2024 Remi Collet <remi@remirepo.net> - 4.2.4-1
|
||||
- update to 4.2.4
|
||||
|
||||
* Wed Mar 13 2024 Remi Collet <remi@remirepo.net> - 4.2.2-1
|
||||
- update to 4.2.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-league-container4-4.2.2-ff346319ca1ff0e78277dc2311a42107cc1aab88.tar.gz) = cf72cec021efbc9c3bef723ee715b43a5f78fe22874bf39f573a021b857e2c318a75f461ddff3149da36b64e5a703d2884a6a188be31e88a5acbc431a618cc08
|
||||
SHA512 (php-league-container4-4.2.4-7ea728b013b9a156c409c6f0fc3624071b742dec.tar.gz) = d5c1eab89f63eff564232166d65577f4713b8de84741ad4bfe34855d196868564ef61c3f4ba00596ca4a22fd2ab903f950b3adb53cec7cbd325990602fccdce8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue