Skip to content

Commit ef74cb1

Browse files
committed
Run tests in GitHub actions on PHP 8.1, 8.2, 8.3, 8.4
1 parent 8f7615e commit ef74cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: [ '8.1', '8.2', '8.3' ]
15+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
1616

1717
name: Run tests on PHP v${{ matrix.php-version }}
1818

0 commit comments

Comments
 (0)