Skip to content

Commit 6b2b76e

Browse files
authored
Update actions to use PHP 8.5 (#397)
1 parent 4d6ae82 commit 6b2b76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v6
10-
- name: Setup PHP 8.4
10+
- name: Setup PHP 8.5
1111
uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: '8.4'
13+
php-version: '8.5'
1414
- name: Validate composer.json and composer.lock
1515
run: composer validate
1616
- name: Install dependencies

0 commit comments

Comments
 (0)