Skip to content

Commit b90cdd3

Browse files
authored
Merge pull request #63 from gsteel/run-ci-on-8.4
Run CI on PHP 8.3 through 8.5-dev
2 parents ebe6c15 + 0382ac9 commit b90cdd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
coverage: 'none'
4141
- php: '8.2'
4242
coverage: 'none'
43+
- php: '8.3'
44+
coverage: 'none'
45+
- php: '8.4'
46+
coverage: 'none'
47+
- php: '8.5'
48+
coverage: 'none'
4349

4450
steps:
4551
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)