We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb324f commit 0a50cdfCopy full SHA for 0a50cdf
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
16
- name: Setup PHP
17
- uses: shivammathur/setup-php@2.25.5
+ uses: shivammathur/setup-php@2.26.0
18
with:
19
php-version: ${{ matrix.php }}
20
ini-values: xdebug.max_nesting_level=3000
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
php-version: 8.1
50
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
0 commit comments