Skip to content

Commit

Permalink
Run on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Nov 30, 2021
1 parent c5ec1bf commit 9792058
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.0"
- "8.1"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/nginx/common-php.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ fastcgi_index index.php;
include fastcgi_params;
fastcgi_param HTTP_PROXY "";

fastcgi_pass unix:/run/php/php8.0-fpm-michalspacek.cz.sock;
fastcgi_pass unix:/run/php/php8.1-fpm-michalspacek.cz.sock;
2 changes: 1 addition & 1 deletion docs/php/dev-michalspacek.cz.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
user = www-data
group = www-data

listen = /run/php/php8.0-fpm-michalspacek.cz.sock
listen = /run/php/php8.1-fpm-michalspacek.cz.sock

listen.owner = www-data
listen.group = www-data
Expand Down
2 changes: 1 addition & 1 deletion docs/php/prod-michalspacek.cz.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
user = www-data
group = www-data

listen = /run/php/php8.0-fpm-michalspacek.cz.sock
listen = /run/php/php8.1-fpm-michalspacek.cz.sock

listen.owner = www-data
listen.group = www-data
Expand Down

0 comments on commit 9792058

Please sign in to comment.