Skip to content

Commit f4cd8c0

Browse files
Update laravel.yml
1 parent b443a98 commit f4cd8c0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/laravel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14+
container:
15+
image: php:8.3.18-cli
16+
1417
steps:
1518
- uses: actions/checkout@v3
16-
- name: Set up PHP
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
19+
20+
- name: Check PHP version
21+
run: php -v
2222
- name: Check PHP version
2323
run: php -v
2424
- name: Copy .env

0 commit comments

Comments
 (0)