Skip to content

Commit 32ceffd

Browse files
authored
Merge pull request #13 from WyriHaximus/fix-ga-workflow
Remove needs from GA workflow
2 parents c06641a + 6da2876 commit 32ceffd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ on:
33
push:
44
pull_request:
55
jobs:
6-
qa:
6+
test:
77
strategy:
88
matrix:
99
php: [7.4, 8.0-rc]
10-
needs: composer-install
1110
runs-on: ubuntu-latest
1211
container:
1312
image: wyrihaximusnet/php:${{ matrix.php }}-nts-alpine3.12-dev-root

0 commit comments

Comments
 (0)