fix(errors-on-ci): Remove PHP 7.4 in molecule tests

This commit is contained in:
f-fatien 2023-01-18 17:36:43 +01:00
parent 19860d8b89
commit bb5e842148
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
name: CI
on:
repository_dispatch:
repository_dispatch:
types: CI
pull_request:
branches:
@ -18,11 +18,10 @@ jobs:
strategy:
matrix:
version:
- 7.4
- 8.1
distro:
- ubuntu2204
- debian11
- ubuntu2204
steps:
- name: Checkout repo
uses: actions/checkout@v3