This commit is contained in:
parent
b835677348
commit
512427a13d
1 changed files with 1 additions and 5 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
name: "Check"
|
||||
runs-on: "ubuntu-latest"
|
||||
container:
|
||||
image: "git.euph.dev/actions/runner-basic:latest"
|
||||
image: "git.euph.dev/actions/runner-php-8.2:latest"
|
||||
steps:
|
||||
- name: get username
|
||||
run: whoami
|
||||
|
@ -18,10 +18,6 @@ jobs:
|
|||
run: docker version
|
||||
- name: "Checkout"
|
||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
||||
- name: Setup PHP
|
||||
uses: "https://git.euph.dev/actions/setup-php@v2"
|
||||
with:
|
||||
php-version: '8.2'
|
||||
- name: Check Requirements
|
||||
run: |
|
||||
ls
|
||||
|
|
Loading…
Reference in a new issue