Skip to content

Commit

Permalink
Merge pull request #30 from likesistemas/issue29
Browse files Browse the repository at this point in the history
Issue #29 Add support to PHP 8.1
  • Loading branch information
ricardoapaes authored Jan 13, 2022
2 parents 2b52f28 + 66024c9 commit 953d745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
PHP: [56, 73, 74, 80]
PHP: [56, 73, 74, 80, 81]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-81.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
context: .
dockerfile: Dockerfile-80
args:
- PHP_VERSION=8.1-rc-fpm
- PHP_VERSION=8.1-fpm
image: likesistemas/php:81-dev
container_name: php_app
command: chmod +x /var/www/create-temp.sh && /var/www/create-temp.sh
Expand Down

0 comments on commit 953d745

Please sign in to comment.