Skip to content

Commit ad6d960

Browse files
committed
Test on PHP 8.4
1 parent 03b686d commit ad6d960

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
56+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
5757
os: [ubuntu-latest]
5858
experimental: [false]
5959
composer-options: ['']
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
88+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
8989
os: [ubuntu-latest]
9090
experimental: [false]
9191
composer-options: ['']
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
122+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
123123
os: [ubuntu-latest]
124124
experimental: [false]
125125
composer-options: ['']

0 commit comments

Comments
 (0)