Skip to content

Commit bef87f8

Browse files
committed
Update for PHP 8.5
1 parent 8b4d2e1 commit bef87f8

File tree

4 files changed

+114
-57
lines changed

4 files changed

+114
-57
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Test
22
on: [ push ]
33
jobs:
44
test:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-24.04
66
strategy:
77
matrix:
8-
php: [ '8.1', '8.2', '8.3', '8.4' ]
8+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
99
steps:
1010
- uses: actions/checkout@v2
1111
- run: mkdir -p build/logs

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.idea
22
/vendor
33
.phpunit.result.cache
4+
build

0 commit comments

Comments
 (0)