Skip to content

Commit

Permalink
tests: Test against php 8.2 and 8.3 (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-petrov authored Jan 4, 2024
1 parent bbd6304 commit 4cab392
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:

name: Run Package Tests

strategy:
matrix:
php: ['8.1', '8.2', '8.3']

steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand All @@ -21,7 +25,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
coverage: none

Expand Down

0 comments on commit 4cab392

Please sign in to comment.