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 25de49a commit be1891fCopy full SHA for be1891f
.github/workflows/ci.yml
@@ -12,11 +12,17 @@ jobs:
12
matrix:
13
include:
14
- operating-system: 'ubuntu-latest'
15
- php-version: '8.1'
+ php-version: 8.1
16
composer-flags: '--ignore-platform-req=php+'
17
18
php-version: 8.2
19
20
+ - operating-system: 'ubuntu-latest'
21
+ php-version: 8.3
22
+ composer-flags: '--ignore-platform-req=php+'
23
24
+ php-version: 8.4
25
26
27
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
28
runs-on: ${{ matrix.operating-system }}
0 commit comments