Skip to content

Commit a83715b

Browse files
authored
actions: update PHP versions
1 parent f278a0b commit a83715b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: "!contains(github.event.head_commit.message, '[ci skip]')"
99
strategy:
1010
matrix:
11-
php: ['8.1', '8.2']
11+
php: ['8.1', '8.2', '8.3']
1212
name: Tests (PHP ${{ matrix.php }})
1313
steps:
1414
- uses: actions/checkout@v4
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup PHP
8080
uses: shivammathur/[email protected]
8181
with:
82-
php-version: 8.1
82+
php-version: 8.2
8383
ini-values: xdebug.max_nesting_level=3000
8484
tools: php-cs-fixer:3
8585
env:

0 commit comments

Comments
 (0)