Skip to content

Commit f6f7d52

Browse files
committed
refactor: update PHP version for Magento 2.4.7-p4 and fix setup-php action version
1 parent f998741 commit f6f7d52

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/magento-compatibility.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
- magento-version: '2.4.7'
1919
php-version: '8.3'
2020
- magento-version: '2.4.7-p4'
21-
php-version: '8.4'
22-
- magento-version: '2.4.8-beta2'
23-
php-version: '8.4'
21+
php-version: '8.3'
2422

2523
services:
2624
mysql:
@@ -48,7 +46,7 @@ jobs:
4846
path: mageforge
4947

5048
- name: Setup PHP
51-
uses: shivammathur/setup-php@v2
49+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401
5250
with:
5351
php-version: ${{ matrix.php-version }}
5452
extensions: mbstring, intl, gd, xml, soap, zip, bcmath, pdo_mysql, curl, sockets

0 commit comments

Comments
 (0)