Skip to content

Commit f74975c

Browse files
committed
Require PHP 8.5
1 parent 2ee58dc commit f74975c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
timeout-minutes: 10
1313

14-
name: PHP 8.3
14+
name: PHP 8.5
1515

1616
steps:
1717
- name: Checkout
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.3
23+
php-version: 8.5
2424
tools: composer
2525
coverage: xdebug
2626

0 commit comments

Comments
 (0)