We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937eac1 commit 65f4e6aCopy full SHA for 65f4e6a
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
timeout-minutes: 10
14
strategy:
15
matrix:
16
- php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
+ php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
17
name: PHP ${{ matrix.php-versions }}
18
19
steps:
0 commit comments