Skip to content

Commit 0fd66d3

Browse files
authored
chore(github): Enable PHP 8.4 testing (#3490725)
1 parent fd98546 commit 0fd66d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
10+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1111
extra-tests: ['0']
12-
# We only need to run PHPStan and Druapl core regression tests once on
12+
# We only need to run PHPStan and Drupal core regression tests once on
1313
# the latest PHP version.
1414
include:
15-
- php-versions: '8.3'
15+
- php-versions: '8.4'
1616
extra-tests: '1'
1717
steps:
1818
- name: Checkout Coder

0 commit comments

Comments
 (0)