Skip to content

Commit

Permalink
Rollback Magento version for e2e tests due to CPU issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Jun 13, 2024
1 parent cef76a9 commit 4eb96cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/end-2-end-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: End-2-end
on:
push:
tags:
- '*'
pull_request:
types:
- opened
Expand Down Expand Up @@ -48,8 +51,8 @@ jobs:
include:
- PHP_VERSION: php74-fpm
MAGENTO_VERSION: 2.3.7-p4
- PHP_VERSION: php83-fpm
MAGENTO_VERSION: 2.4.7
- PHP_VERSION: php82-fpm
MAGENTO_VERSION: 2.4.6-p5
runs-on: ubuntu-latest
env:
PHP_VERSION: ${{ matrix.PHP_VERSION }}
Expand Down

0 comments on commit 4eb96cd

Please sign in to comment.