Skip to content

Commit c1ad5a0

Browse files
committed
Update PHP test matrix to 8.4 and 8.5
1 parent 6413acc commit c1ad5a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php-cs-fixer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup PHP with Composer
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: 8.2
30+
php-version: 8.5
3131
tools: composer, php-cs-fixer
3232

3333
- name: Install dependencies

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
- php: '8.2'
27-
- php: '8.3'
26+
- php: '8.4'
27+
- php: '8.5'
2828

2929
runs-on: ubuntu-latest
3030
steps:

0 commit comments

Comments
 (0)