Skip to content

Commit ed7af8d

Browse files
authored
Add PHP 8.5 image to Docker workflow
1 parent 08a2861 commit ed7af8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18+
- image: sertxudeveloper/laravel-php8.5
19+
dockerfile: laravel-php8.5/Dockerfile
20+
1821
- image: sertxudeveloper/laravel-php8.4
1922
dockerfile: laravel-php8.4/Dockerfile
2023

0 commit comments

Comments
 (0)