Skip to content

Commit 51ac0d0

Browse files
committed
6871: Changed GitHub actions workflows to use php 8.4
1 parent b04ab60 commit 51ac0d0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/apispec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ["8.3"]
13+
php: ["8.4"]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

.github/workflows/composer_install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: ["8.3"]
14+
php: ["8.4"]
1515
name: Composer install in prod mode (PHP ${{ matrix.php}})
1616
steps:
1717
- name: Checkout

.github/workflows/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: ["8.3"]
14+
php: ["8.4"]
1515
name: Validate Schema (PHP ${{ matrix.php}})
1616
services:
1717
mariadb:

.github/workflows/phpunit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
php: ["8.3"]
28+
php: ["8.4"]
2929
name: PHP Unit tests (PHP ${{ matrix.php }})
3030
steps:
3131
- name: Checkout

.github/workflows/psalm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: ["8.3"]
12+
php: ["8.4"]
1313
name: Psalm (PHP ${{ matrix.php }})
1414
steps:
1515
- name: Checkout

.github/workflows/rector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: ["8.3"]
12+
php: ["8.4"]
1313
name: Rector (PHP ${{ matrix.php }})
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)