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 6847d67 commit 7b56925Copy full SHA for 7b56925
.github/workflows/ci.yml
@@ -15,12 +15,18 @@ jobs:
15
- operating-system: 'ubuntu-latest'
16
php-version: '8.2'
17
18
+ - operating-system: 'ubuntu-latest'
19
+ php-version: '8.3'
20
+
21
22
+ php-version: '8.4'
23
24
- operating-system: 'windows-latest'
- php-version: '8.2'
25
26
job-description: 'on Windows'
27
28
- operating-system: 'macos-latest'
29
30
job-description: 'on macOS'
31
32
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
0 commit comments