We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a76579 commit bf6be44Copy full SHA for bf6be44
.github/workflows/ci.yml
@@ -12,13 +12,17 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- php: [ '8.3', '8.2', '8.1' ]
16
- os: [ 'ubuntu-latest' ]
17
include:
+ - php: '8.3'
+ os: 'ubuntu-latest'
18
+ - php: '8.2'
19
20
+ - php: '8.1'
21
22
- php: '8.0'
- os: 'ubuntu-20.04'
23
+ os: 'ubuntu-24.04'
24
- php: '7.4'
25
26
fail-fast: false
27
env:
28
COVERAGE_CACHE_PATH: phpunit-coverage-cache
0 commit comments