Skip to content

Commit 73f135d

Browse files
committed
chore: update workflows to include PHP 8.4
1 parent 0762fb0 commit 73f135d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['8.2', '8.3']
29+
php-versions: ['8.2', '8.4']
3030

3131
steps:
3232
- name: Checkout

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: "!contains(github.event.head_commit.message, '[ci skip]')"
2626
strategy:
2727
matrix:
28-
php-versions: ['8.2', '8.3']
28+
php-versions: ['8.2', '8.3', '8.4']
2929
db-platforms: ['MySQLi']
3030

3131
services:

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php-versions: ['8.2', '8.3']
29+
php-versions: ['8.2', '8.4']
3030

3131
steps:
3232
- name: Checkout

0 commit comments

Comments
 (0)