Skip to content

Commit

Permalink
actions: update PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Dec 6, 2023
1 parent f278a0b commit a83715b
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 @@ -8,7 +8,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']
name: Tests (PHP ${{ matrix.php }})
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@2.26.0
with:
php-version: 8.1
php-version: 8.2
ini-values: xdebug.max_nesting_level=3000
tools: php-cs-fixer:3
env:
Expand Down

0 comments on commit a83715b

Please sign in to comment.