Skip to content

Commit

Permalink
Also run tests in PHP 8.3
Browse files Browse the repository at this point in the history
And run PHP CS Fixer and phpstan with the same version. Chose the lowest
supported version (8.0).
  • Loading branch information
otsch committed Oct 29, 2023
1 parent 81ca540 commit 2eb26e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.0'
coverage: none

- name: Install dependencies
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']

steps:
- name: Checkout code
Expand Down

0 comments on commit 2eb26e4

Please sign in to comment.