We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83715b commit 0106eabCopy full SHA for 0106eab
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
16
- name: Setup PHP
17
- uses: shivammathur/setup-php@2.26.0
+ uses: shivammathur/setup-php@2.28.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
php-version: 8.2
83
0 commit comments