Fix Yaml
Some checks failed
CI / build_act (push) Failing after 5s
CI / build_php (7.4) (push) Failing after 5s
CI / build_php (8) (push) Failing after 6s
CI / build_php (8.1) (push) Failing after 5s
CI / build_php (8.2) (push) Successful in 1m23s

This commit is contained in:
Snoweuph 2024-03-03 17:45:48 +01:00
parent 883974fabd
commit fa0e643df9
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -34,8 +34,8 @@ jobs:
runs-on: 'ubuntu-latest'
needs: build_act
strategy:
matrix:
version: [7.4, 8.0, 8.1, 8.2]
matrix:
version: [7.4, 8.0, 8.1, 8.2]
steps:
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh