-
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.20.0 (#185)
* Add the defaults for repository and ref * Support new CODECEPTION_OPTIONS, INTEGRATION_OPTIONS and UNIT_OPTIONS variables * Add 2xphp-1xMySQL templates
- Loading branch information
1 parent
c1eea1e
commit 2fe4e97
Showing
10 changed files
with
296 additions
and
5 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
51 changes: 51 additions & 0 deletions
51
.github/oxid-esales/defaults/php8.0_8.1_mysql8.0_only.yaml
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.0","8.1"]' | ||
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 |
51 changes: 51 additions & 0 deletions
51
.github/oxid-esales/defaults/php8.1_8.2_mariadb11_only.yaml
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.1","8.2"]' | ||
mysql: '["mariadb-11"]' | ||
|
||
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 |
51 changes: 51 additions & 0 deletions
51
.github/oxid-esales/defaults/php8.1_8.2_mysql8.0_only.yaml
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.1","8.2"]' | ||
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 |
51 changes: 51 additions & 0 deletions
51
.github/oxid-esales/defaults/php8.2_8.3_mariadb11_only.yaml
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.2","8.3"]' | ||
mysql: '["mariadb-11"]' | ||
|
||
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 |
51 changes: 51 additions & 0 deletions
51
.github/oxid-esales/defaults/php8.2_8.3_mysql8.0_only.yaml
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.2","8.3"]' | ||
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