Skip to content

Commit bbec61b

Browse files
authored
Merge pull request #667 from joanhey/patch-1
Add PHP 8.5 to testing matrix
2 parents d32e090 + 28ae1fa commit bbec61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
10+
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
@@ -20,4 +20,4 @@ jobs:
2020
extensions: curl, mbstring
2121
tools: composer:v2
2222
- run: composer install
23-
- run: composer test-ci
23+
- run: composer test-ci

0 commit comments

Comments
 (0)