Skip to content

Commit b443a98

Browse files
Update laravel.yml
1 parent 740690c commit b443a98

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/laravel.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up PHP
17-
uses: shivammathur/setup-php@v2
18-
with:
19-
php-version: 8.3.18
20-
tools: ''
17+
run: |
18+
sudo add-apt-repository ppa:ondrej/php -y
19+
sudo apt update
20+
sudo apt install php8.3=8.3.18-1+ubuntu22.04.1+deb.sury.org+1 -y
21+
php -v
2122
- name: Check PHP version
2223
run: php -v
2324
- name: Copy .env

0 commit comments

Comments
 (0)