Skip to content

Commit 3910427

Browse files
haszihaszi
andauthored
Add PHP 8.4 to test runner matrix (#220)
Co-authored-by: haszi <haszika80@gmail.com>
1 parent 88e529b commit 3910427

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
ubuntu:
55
strategy:
66
matrix:
7-
version: ['8.1', '8.2', '8.3']
7+
version: ['8.1', '8.2', '8.3', '8.4']
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout PhD

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: test
66
strategy:
77
matrix:
8-
version: ['8.1', '8.2', '8.3']
8+
version: ['8.1', '8.2', '8.3', '8.4']
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout PhD

0 commit comments

Comments
 (0)