We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aeb346 commit cd3ec72Copy full SHA for cd3ec72
1 file changed
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
operating-system: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
9
- php-versions: [ '8.1', '8.2', '8.3' ]
+ php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
10
steps:
11
- name: Checkout repo
12
uses: actions/checkout@v2
0 commit comments