We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de08bbb commit 1024beaCopy full SHA for 1024bea
.github/workflows/ci.yml
@@ -38,17 +38,11 @@ jobs:
38
coverage: none
39
tools: phive
40
41
- - name: Install java
42
- uses: actions/setup-java@v3
43
- with:
44
- java-version: 11
45
- distribution: 'zulu'
46
-
47
- - name: Install tools
48
- run: ant install-tools
+ - name: Install tools (phive)
+ run: phive install --trust-gpg-keys 4AA394086372C20A,2A8299CE842DD38C
49
50
- - name: Generate Autoloader
51
- run: ant generate-autoloader
+ - name: Generate Autoloader (phpab)
+ run: ./tools/phpab --output ./src/autoload.php ./src
52
53
- - name: Run unit tests
54
- run: ant test
+ - name: Run unit tests (phpunit)
+ run: ./tools/phpunit
0 commit comments