Skip to content

Commit 2685258

Browse files
[TASK] Add PHP 8.4 to test matrix
1 parent f2583a1 commit 2685258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-22.04
77
strategy:
88
matrix:
9-
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
9+
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v3

0 commit comments

Comments
 (0)