Skip to content

Commit 0f6db88

Browse files
authored
Merge pull request #107 from dotkernel/php-8.5
Add alias for PHP 8.5 in bash_profile.j2
2 parents cb0d110 + f9c0dcc commit 0f6db88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wsl/roles/system/templates/bash_profile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ alias php81="sudo dnf module switch-to php:remi-8.1 -y"
33
alias php82="sudo dnf module switch-to php:remi-8.2 -y"
44
alias php83="sudo dnf module switch-to php:remi-8.3 -y"
55
alias php84="sudo dnf module switch-to php:remi-8.4 -y"
6+
alias php85="sudo dnf module switch-to php:remi-8.5 -y"
67

78
# Node.js version switcher commands
89
alias node18="sudo dnf remove nodejs -y && curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash - && sudo dnf install nodejs -y"

0 commit comments

Comments
 (0)