1 parent 6413acc commit c1ad5a0Copy full SHA for c1ad5a0
2 files changed
.github/workflows/php-cs-fixer.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup PHP with Composer
28
uses: shivammathur/setup-php@v2
29
with:
30
- php-version: 8.2
+ php-version: 8.5
31
tools: composer, php-cs-fixer
32
33
- name: Install dependencies
.github/workflows/tests.yaml
@@ -23,8 +23,8 @@ jobs:
23
fail-fast: false
24
matrix:
25
include:
26
- - php: '8.2'
- - php: '8.3'
+ - php: '8.4'
+ - php: '8.5'
runs-on: ubuntu-latest
steps:
0 commit comments