We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee0122 commit 8af18adCopy full SHA for 8af18ad
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
operating-system: [ubuntu-latest, windows-latest, macos-latest]
17
- php-versions: ['8.1', '8.2', '8.3']
+ php-versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
18
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
19
steps:
20
- name: Setup PHP
0 commit comments