Skip to content

Commit 10bf273

Browse files
committed
Add PHP 8.4 to system tests matrix
1 parent d0e60cd commit 10bf273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: "ubuntu-latest"
2020
strategy:
2121
matrix:
22-
php-version: ['8.2', '8.3']
22+
php-version: ['8.2', '8.3', '8.4']
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)