Skip to content

Commit 724d686

Browse files
authored
Merge pull request #109 from dotkernel/AL9-php85
Add alias for PHP 8.5 version switch
2 parents 9c7b5e7 + 56b06c3 commit 724d686

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)