Skip to content

Commit 5dd2cd6

Browse files
committed
chore: update action for php8.4
1 parent c0ba3cd commit 5dd2cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: (! contains(github.event.head_commit.message, '[ci skip]'))
3333
strategy:
3434
matrix:
35-
php-versions: ['8.1', '8.2', '8.3']
35+
php-versions: ['8.1', '8.2', '8.3', '8.4']
3636
db-platforms: ['MySQLi', 'SQLite3']
3737
mysql-versions: ['5.7']
3838
dependencies: ['highest']

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
php-versions: ['8.1', '8.2', '8.3']
30+
php-versions: ['8.1', '8.2', '8.3', '8.4']
3131

3232
steps:
3333
- name: Checkout

0 commit comments

Comments
 (0)