Skip to content

Commit b7c256c

Browse files
authored
Add php8.4 to CI lowest version
1 parent 571a9c6 commit b7c256c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fail-fast: true
8484
matrix:
8585
operating-system: ["ubuntu-latest"]
86-
php-versions: ["8.0", "8.1", "8.2", "8.3"]
86+
php-versions: ["8.0", "8.1", "8.2", "8.3", "8.4"]
8787

8888
steps:
8989
- name: "Checkout"

0 commit comments

Comments
 (0)