Skip to content

Commit

Permalink
update test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
froemken committed Jul 26, 2024
1 parent e32df40 commit 7280cdd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,3 @@ jobs:

- name: phpstan
run: Build/Scripts/runTests.sh -n -p ${{ matrix.php }} -s phpstan

unit-tests:
name: Unit tests
runs-on: ubuntu-latest
strategy:
matrix:
php:
- '8.2'
- '8.3'
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install testing system
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s composerUpdate

- name: Execute unit tests
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s unit

0 comments on commit 7280cdd

Please sign in to comment.