We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f9b14 commit f508201Copy full SHA for f508201
1 file changed
.github/workflows/ci.yml
@@ -18,12 +18,18 @@ jobs:
18
- operating-system: 'ubuntu-latest'
19
php-version: '8.3'
20
21
+ - operating-system: 'ubuntu-latest'
22
+ php-version: '8.4'
23
+
24
25
+ php-version: '8.5'
26
27
- operating-system: 'windows-latest'
- php-version: '8.3'
28
29
job-description: 'on Windows'
30
31
- operating-system: 'macos-latest'
32
33
job-description: 'on macOS'
34
35
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
0 commit comments