Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderberg committed Jun 1, 2023
1 parent fe67d64 commit 94e7e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.1']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
env:
PANTHER_NO_SANDBOX: "1"
DATABASE_URL: mysql://mariadb:[email protected]:${{ job.services.mariadb.ports[3306] }}/mariadb?serverVersion=mariadb-10.6.4
run: php bin/phpunit --testsuite=main
run: php bin/phpunit --coverage-text
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.2']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 94e7e32

Please sign in to comment.