Skip to content

Commit 553d74d

Browse files
committed
chore: enable 8.4 flows
1 parent a94bf44 commit 553d74d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/REUSABLE_backend.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
description: Versions of PHP to test with. Should be array of strings encoded as JSON array
2626
type: string
2727
required: false
28-
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
28+
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
2929

3030
php_extensions:
3131
description: PHP extensions to install.
@@ -105,8 +105,8 @@ jobs:
105105
php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
106106
- php: 8.3
107107
php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
108-
# - php: 8.4
109-
# php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
108+
- php: 8.4
109+
php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
110110

111111
# To reduce number of actions, we exclude some PHP versions from running with some DB versions.
112112
exclude:
@@ -179,8 +179,8 @@ jobs:
179179
strategy:
180180
matrix:
181181
php: ${{ fromJSON(inputs.php_versions) }}
182-
# exclude:
183-
# - php: 8.4
182+
exclude:
183+
- php: 8.4
184184

185185
name: 'PHPStan PHP ${{ matrix.php }}'
186186

0 commit comments

Comments
 (0)