From 6d5e72928683d8c9d847f32908251e89ef3121bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Ott?= Date: Mon, 2 Sep 2024 14:11:58 +0200 Subject: [PATCH] Remove mysql9 until -debian images are there --- .../defaults/php8.1_mysql9_only.yaml | 51 ------------------- .../defaults/php8.2_mysql9_only.yaml | 51 ------------------- .../defaults/php8.3_mysql9_only.yaml | 51 ------------------- .../defaults/php8.4_mysql9_only.yaml | 51 ------------------- 4 files changed, 204 deletions(-) delete mode 100644 .github/oxid-esales/defaults/php8.1_mysql9_only.yaml delete mode 100644 .github/oxid-esales/defaults/php8.2_mysql9_only.yaml delete mode 100644 .github/oxid-esales/defaults/php8.3_mysql9_only.yaml delete mode 100644 .github/oxid-esales/defaults/php8.4_mysql9_only.yaml diff --git a/.github/oxid-esales/defaults/php8.1_mysql9_only.yaml b/.github/oxid-esales/defaults/php8.1_mysql9_only.yaml deleted file mode 100644 index d4b5be5e..00000000 --- a/.github/oxid-esales/defaults/php8.1_mysql9_only.yaml +++ /dev/null @@ -1,51 +0,0 @@ -prepare_shop: - matrix: &matrix - php: '["8.1"]' - mysql: '["mysql-9"]' - -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 diff --git a/.github/oxid-esales/defaults/php8.2_mysql9_only.yaml b/.github/oxid-esales/defaults/php8.2_mysql9_only.yaml deleted file mode 100644 index a54c2f7d..00000000 --- a/.github/oxid-esales/defaults/php8.2_mysql9_only.yaml +++ /dev/null @@ -1,51 +0,0 @@ -prepare_shop: - matrix: &matrix - php: '["8.2"]' - mysql: '["mysql-9"]' - -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 diff --git a/.github/oxid-esales/defaults/php8.3_mysql9_only.yaml b/.github/oxid-esales/defaults/php8.3_mysql9_only.yaml deleted file mode 100644 index 5f466103..00000000 --- a/.github/oxid-esales/defaults/php8.3_mysql9_only.yaml +++ /dev/null @@ -1,51 +0,0 @@ -prepare_shop: - matrix: &matrix - php: '["8.3"]' - mysql: '["mysql-9"]' - -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 diff --git a/.github/oxid-esales/defaults/php8.4_mysql9_only.yaml b/.github/oxid-esales/defaults/php8.4_mysql9_only.yaml deleted file mode 100644 index f28358a8..00000000 --- a/.github/oxid-esales/defaults/php8.4_mysql9_only.yaml +++ /dev/null @@ -1,51 +0,0 @@ -prepare_shop: - matrix: &matrix - php: '["8.4"]' - mysql: '["mysql-9"]' - -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