Skip to content

Commit

Permalink
[ECP-9446] Revert PHP version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Sep 5, 2024
1 parent 2d6bca8 commit 7acebdd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
labels: ubuntu-latest-8-cores
timeout-minutes: 25
env:
PHP_VERSION: "8.3"
PHP_VERSION: "8.1"
MAGENTO_VERSION: "2.4.5"
ADYEN_API_KEY: ${{secrets.ADYEN_API_KEY}}
ADYEN_CLIENT_KEY: ${{secrets.ADYEN_CLIENT_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-express-checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
labels: ubuntu-latest-8-cores
timeout-minutes: 20
env:
PHP_VERSION: "8.3"
PHP_VERSION: "8.1"
MAGENTO_VERSION: "2.4.5"
ADYEN_API_KEY: ${{secrets.ADYEN_API_KEY}}
ADYEN_CLIENT_KEY: ${{secrets.ADYEN_CLIENT_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
labels: ubuntu-latest-8-cores
timeout-minutes: 25
env:
PHP_VERSION: "8.3"
PHP_VERSION: "8.1"
MAGENTO_VERSION: "2.4.5"
ADYEN_API_KEY: ${{secrets.ADYEN_API_KEY}}
ADYEN_CLIENT_KEY: ${{secrets.ADYEN_CLIENT_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mftf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
include:
- php-version: '8.3'
- php-version: '8.1'
magento-version: '2.4.5'
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 7acebdd

Please sign in to comment.