Skip to content

Commit c0cf9ad

Browse files
authored
Merge pull request #515 from Chris53897/patch-1
ci: add tests for PHP 8.5
2 parents c59abd3 + a67683f commit c0cf9ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: shivammathur/setup-php@v2
1515
- name: Validate composer.json
1616
run: composer validate --strict --no-check-lock
@@ -19,7 +19,7 @@ jobs:
1919
name: Static analysis
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- uses: shivammathur/setup-php@v2
2525
with:
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
php: [ '8.1', '8.2', '8.3', '8.4' ]
44+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5']
4545
name_suffix: ['']
4646
stability: ['stable']
4747
composer_flags: ['']
@@ -56,7 +56,7 @@ jobs:
5656
composer_flags: ''
5757

5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060

6161
- uses: shivammathur/setup-php@v2
6262
with:

0 commit comments

Comments
 (0)