Skip to content

Commit 8c59a7d

Browse files
authored
Merge pull request #5 from ProtonMail/ci-php-83-84-1
Run tests on PHP 8.3 and 8.4
2 parents 93b63f2 + 5aee444 commit 8c59a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['7.4', '8.0', '8.1', '8.2']
14+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1515
dependency-version: [prefer-lowest, prefer-stable]
1616

1717
steps:

0 commit comments

Comments
 (0)