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 ba5b0ff commit 9479805Copy full SHA for 9479805
1 file changed
.github/workflows/ci.yml
@@ -12,12 +12,18 @@ jobs:
12
- operating-system: 'ubuntu-latest'
13
php-version: '8.1'
14
15
+ - operating-system: 'ubuntu-latest'
16
+ php-version: '8.2'
17
+
18
19
+ php-version: '8.3'
20
21
- operating-system: 'windows-latest'
- php-version: '8.1'
22
23
job-description: 'on Windows'
24
25
- operating-system: 'macos-latest'
26
27
job-description: 'on macOS'
28
29
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
0 commit comments