We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f278a0b commit a83715bCopy full SHA for a83715b
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
if: "!contains(github.event.head_commit.message, '[ci skip]')"
9
strategy:
10
matrix:
11
- php: ['8.1', '8.2']
+ php: ['8.1', '8.2', '8.3']
12
name: Tests (PHP ${{ matrix.php }})
13
steps:
14
- uses: actions/checkout@v4
@@ -79,7 +79,7 @@ jobs:
79
- name: Setup PHP
80
uses: shivammathur/[email protected]
81
with:
82
- php-version: 8.1
+ php-version: 8.2
83
ini-values: xdebug.max_nesting_level=3000
84
tools: php-cs-fixer:3
85
env:
0 commit comments