Skip to content

Commit

Permalink
ci: Add nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Venatum committed Jun 21, 2024
1 parent 3717aac commit c334963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false # TODO: Test only should be removed
matrix:
os_flavour: ["alpine", "debian"]
ps_version: ["1.6.1.24", "1.7.8.10", "8.1.6"]
ps_version: ["1.6.1.24", "1.7.8.10", "8.1.6", 'nightly']
server_flavour: ["fpm", "nginx", "apache"]
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion examples/nightly-example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lname: prestashop-nightly-example
name: prestashop-nightly-example
services:
prestashop:
image: prestashop/prestashop:nightly
Expand Down

0 comments on commit c334963

Please sign in to comment.