Skip to content

Commit

Permalink
Drop support for Magento 2.4.5 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Oct 15, 2024
1 parent f9f661e commit 8e23295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,14 @@ jobs:
fail-fast: false
matrix:
include:
- magento-version: 2.4.5-p9
magento-php-version: php81-fpm
rapidez-php-version: 8.2

- magento-version: 2.4.6-p7
- magento-version: 2.4.6-p8
magento-php-version: php82-fpm
rapidez-php-version: 8.2

- magento-version: 2.4.7-p2
- magento-version: 2.4.7-p3
magento-php-version: php82-fpm
rapidez-php-version: 8.2
- magento-version: 2.4.7-p2
- magento-version: 2.4.7-p3
magento-php-version: php83-fpm
rapidez-php-version: 8.3

Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
// "wrapAttributes": "force-expand-multiline",
sortTailwindcssClasses: true,
sortHtmlAttributes: 'code-guide',
Expand Down

0 comments on commit 8e23295

Please sign in to comment.