Skip to content

Commit d9e1289

Browse files
authored
PHP 8.4 (#48)
1 parent 0949559 commit d9e1289

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/documentation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
permissions:
1515
contents: read
1616

17-
strategy:
18-
matrix:
19-
php-versions: ['8.3']
20-
2117
steps:
2218
- uses: actions/checkout@v4
2319

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php-versions: ['8.1', '8.2', '8.3']
19+
php-versions: ['8.1', '8.2', '8.3', '8.4']
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)