Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
commands:
- composer install
- name: build
image: php:8.4.19@sha256:4ef9e46d3a02816c84bfc0118ba6361e75b77db4b4d6f2915cef9b6cc14a3446
image: php:8.5.4@sha256:f13d143eb7a29dd41758a6473f297ee0aaf18b10303818c2caa59c021165e9fe
commands:
- ./vendor/bin/daux generate
- name: deploy
Expand Down