Skip to content

Commit 1b2b7f2

Browse files
authored
Merge pull request #18 from duboism/php_84
Add PHP 8.4 on CI
2 parents b6a4156 + 722a9ad commit 1b2b7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
operating-system: ['ubuntu-latest', 'macos-latest'] #, 'windows-latest']
26-
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
26+
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2727
steps:
2828
- name: Get source code
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)