Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit 8368960

Browse files
committed
ci: add composer install CI check
1 parent 10f2b4c commit 8368960

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ name: CI
33
on: [push]
44

55
jobs:
6-
example_matrix:
6+
build:
7+
runs-on: ubuntu-latest
78
strategy:
89
matrix:
910
php_version: ['7.4', '8.1']
10-
build:
11-
runs-on: ubuntu-latest
1211

1312
steps:
1413
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)