Skip to content

Commit 516acf6

Browse files
committed
Test against 8.5
1 parent 6ba3e5c commit 516acf6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
- master
66
- develop
77
push:
8-
branches:
9-
- master
8+
branches:
9+
- master
10+
- develop
1011
jobs:
1112
test:
1213
runs-on: ubuntu-24.04
1314
strategy:
1415
matrix:
15-
php: [ '8.1', '8.2', '8.3', '8.4' ]
16+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
1617
steps:
1718
- uses: actions/checkout@v4
1819
- run: mkdir -p build/logs

0 commit comments

Comments
 (0)