Skip to content

Commit

Permalink
Merge pull request #58 from silinternational/feature/api-client-resta…
Browse files Browse the repository at this point in the history
…rt-2023-07-12

Feature/api client restart 2023 07 12
  • Loading branch information
mtompset authored Aug 21, 2023
2 parents 65389aa + c3e72c8 commit 622bae2
Show file tree
Hide file tree
Showing 6 changed files with 1,399 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
- "7.4"
- "8.2"

before_script:
- curl -s https://getcomposer.org/installer | php && php composer.phar update
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:8.2-apache
LABEL maintainer="Mark Tompsett <[email protected]>"

ENV REFRESHED_AT 2021-06-10
ENV REFRESHED_AT 2023-07-12

# Make sure apt has current list/updates
RUN apt-get update -y \
Expand Down
Loading

0 comments on commit 622bae2

Please sign in to comment.