Skip to content

Commit

Permalink
Upgrade PHP 7.3 debian distros to buster
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson-inviqa committed Apr 28, 2023
1 parent 7196f6f commit 6c86b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_base/harness/attributes/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ attributes.default:

php:
version: "8.0"
distro_codename: "= @('php.version') >= 8.0 ? 'bullseye' : (@('php.version') >= 7.4 ? 'buster' : 'stretch')"
distro_codename: "= @('php.version') >= 8.0 ? 'bullseye' : (@('php.version') >= 7.3 ? 'buster' : 'stretch')"
cli:
ini:
max_execution_time: 0
Expand Down

0 comments on commit 6c86b1c

Please sign in to comment.