Skip to content

Commit 60b265e

Browse files
committed
Update actions
1 parent 1bf37bb commit 60b265e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '7.4'
17+
php-version: '8.3'
1818
tools: composer:v2
1919
extensions: ast, bcmath, gd
2020
coverage: none
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up PHP
6969
uses: shivammathur/setup-php@v2
7070
with:
71-
php-version: '7.4'
71+
php-version: '8.3'
7272
tools: composer:v2
7373
extensions: ast, bcmath, gd
7474
coverage: none
@@ -119,7 +119,7 @@ jobs:
119119
- name: Set up PHP
120120
uses: shivammathur/setup-php@v2
121121
with:
122-
php-version: '7.4'
122+
php-version: '8.3'
123123
tools: composer:v2.1.14, pecl
124124
extensions: ast, bcmath, gd
125125
coverage: none

.github/workflows/ide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '7.4'
18+
php-version: '8.3'
1919
tools: composer:v2, pecl
2020
extensions: bcmath, gd, pdo_mysql, soap, zip, ast
2121
coverage: none

.github/workflows/phan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '7.4'
18+
php-version: '8.3'
1919
tools: composer:v2, pecl
2020
extensions: ast, bcmath, gd, pdo_mysql, soap, zip
2121
coverage: none
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Magento
4646
id: install-magento
4747
run: |
48-
composer create-project magento/community-edition=2.4.5 magento --no-dev
48+
composer create-project magento/community-edition=2.4.7 magento --no-dev
4949
cd magento
5050
composer config minimum-stability dev
5151
composer config prefer-stable true

0 commit comments

Comments
 (0)