Skip to content

Commit

Permalink
SP-995 Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Jul 12, 2024
1 parent d430570 commit 0e4cfb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ jobs:
php-version: ['8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: php-actions/composer@v5
with:
php_version: ${{ matrix.php-version }}
args: --ignore-platform-reqs
- uses: php-actions/phpunit@v3
- uses: php-actions/phpunit@v4
with:
configuration: phpunit.xml
php_version: ${{ matrix.php-version }}
php_extensions: bcmath gmp xdebug
version: 10.5.20
version: 10.5.27
env:
XDEBUG_MODE: coverage
phpcs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: php-actions/composer@v5
with:
php_version: 8.1
Expand Down

0 comments on commit 0e4cfb6

Please sign in to comment.