Skip to content

Commit c0d9da4

Browse files
authored
Update to PHP 8.5 (#4470)
2 parents cbb63f2 + d3451d3 commit c0d9da4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-checks-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install PHP, extensions and tools
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.3'
21+
php-version: '8.5'
2222
extensions: bcmath, gd, intl, pdo_pgsql, redis, pgsql, zip
2323
tools: composer
2424
- name: Install Composer dependencies

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^8.3",
23+
"php": "^8.5",
2424
"symfony/monolog-bridge": "^7.4"
2525
}
2626
}

0 commit comments

Comments
 (0)