-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update github-actions to 4.15.3 (#174)
* Change supported PHP versions for 7.2/8.0, add PHP 8.4 support
- Loading branch information
1 parent
fdc4c75
commit b1dd369
Showing
14 changed files
with
221 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
prepare_shop: | ||
matrix: &matrix | ||
php: '["8.4"]' | ||
mysql: '["5.7"]' | ||
|
||
install_shop: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
install_module: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
install_shop_with_modules: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
runscript: | ||
matrix: *matrix | ||
|
||
runslim: | ||
matrix: *matrix | ||
|
||
phpunit: | ||
matrix: *matrix | ||
|
||
codeception: | ||
matrix: *matrix | ||
|
||
runtest: | ||
matrix: *matrix | ||
|
||
sonarcloud: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpcs_tests: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpmd: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpstan: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
styles: | ||
matrix: *matrix | ||
max_parallel: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
prepare_shop: | ||
matrix: &matrix | ||
php: '["8.4"]' | ||
mysql: '["5.7"]' | ||
|
||
install_shop: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
install_module: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
install_shop_with_modules: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
runscript: | ||
matrix: *matrix | ||
|
||
runslim: | ||
matrix: *matrix | ||
|
||
phpunit: | ||
matrix: *matrix | ||
|
||
codeception: | ||
matrix: *matrix | ||
|
||
runtest: | ||
matrix: *matrix | ||
|
||
sonarcloud: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpcs_tests: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpmd: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpstan: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
styles: | ||
matrix: *matrix | ||
max_parallel: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
prepare_shop: | ||
matrix: &matrix | ||
php: '["8.4"]' | ||
mysql: '["8.0.36"]' | ||
|
||
install_shop: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
install_module: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
install_shop_with_modules: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
runscript: | ||
matrix: *matrix | ||
|
||
runslim: | ||
matrix: *matrix | ||
|
||
phpunit: | ||
matrix: *matrix | ||
|
||
codeception: | ||
matrix: *matrix | ||
|
||
runtest: | ||
matrix: *matrix | ||
|
||
sonarcloud: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpcs_tests: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpmd: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpstan: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
styles: | ||
matrix: *matrix | ||
max_parallel: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
prepare_shop: | ||
matrix: &matrix | ||
php: '["8.4"]' | ||
mysql: '["8.0.36"]' | ||
|
||
install_shop: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
install_module: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
install_shop_with_modules: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
runscript: | ||
matrix: *matrix | ||
|
||
runslim: | ||
matrix: *matrix | ||
|
||
phpunit: | ||
matrix: *matrix | ||
|
||
codeception: | ||
matrix: *matrix | ||
|
||
runtest: | ||
matrix: *matrix | ||
|
||
sonarcloud: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpcs_tests: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpmd: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
phpstan: | ||
matrix: *matrix | ||
max_parallel: 1 | ||
|
||
styles: | ||
matrix: *matrix | ||
max_parallel: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/bin/bash | ||
set -e | ||
set -x | ||
function init() { | ||
if [[ ${BASH_SOURCE} = */* ]]; then | ||
SCRIPT_DIR=${BASH_SOURCE%/*}/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters