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"
|
name: "Check"
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
container:
|
container:
|
||||||
image: "git.euph.dev/actions/runner-basic:latest"
|
image: "git.euph.dev/actions/runner-php-8.2:latest"
|
||||||
steps:
|
steps:
|
||||||
- name: get username
|
- name: get username
|
||||||
run: whoami
|
run: whoami
|
||||||
|
@ -18,10 +18,6 @@ jobs:
|
||||||
run: docker version
|
run: docker version
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: "https://git.euph.dev/actions/checkout@v3"
|
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
|
- name: Check Requirements
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
|
|
Loading…
Reference in a new issue