Skip to content

Commit 8d16a08

Browse files
authored
Update build.yaml for PHP 8.4
1 parent efcf16f commit 8d16a08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ jobs:
1616
matrix:
1717
php-version:
1818
- "8.0"
19+
- "8.1"
20+
- "8.4"
1921

2022
dependencies:
23+
- "lowest"
2124
- "highest"
2225

2326
steps:
@@ -55,6 +58,7 @@ jobs:
5558
php-version:
5659
- "8.0"
5760
- "8.1"
61+
- "8.4"
5862

5963
dependencies:
6064
- "lowest"
@@ -93,6 +97,7 @@ jobs:
9397
php-version:
9498
- "8.0"
9599
- "8.1"
100+
- "8.4"
96101

97102
dependencies:
98103
- "lowest"

0 commit comments

Comments
 (0)