Update Runner Image
Some checks failed
Quality Check / Check (push) Failing after 39s

This commit is contained in:
Snoweuph 2024-03-04 23:08:52 +00:00
parent b835677348
commit 512427a13d

View file

@ -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