Skip to content

Commit eb55695

Browse files
committed
feat: Adds PHP 8.5 as a testing candidate and base for static analysis
1 parent cee4201 commit eb55695

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
14+
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
1515
fail-fast: false # Continue with other versions even if one fails
1616

1717
steps:

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: '8.4'
28+
php-version: '8.5'
2929

3030
- name: Cache Composer dependencies
3131
uses: actions/cache@v4

0 commit comments

Comments
 (0)