Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jul 22, 2023
1 parent 2ef2f18 commit 1f8a7a9
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request: null
push:
branches:
- "master"
- "main"

jobs:
tests:
Expand All @@ -17,11 +17,8 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"

continue-on-error: true

Expand Down Expand Up @@ -60,10 +57,10 @@ jobs:
restore-keys: "phive-"

- name: "Install tools"
run: "ant install-tools-ci"
run: "ant tools"

- name: "Generate autoloader with phpab"
run: "ant phpab"
run: "ant autoload"

- name: "Run tests with phpunit"
run: "ant phpunit"
run: "ant test"

0 comments on commit 1f8a7a9

Please sign in to comment.