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 a0bf6e7 commit c98e110Copy full SHA for c98e110
.github/workflows/ci.yaml
@@ -13,13 +13,9 @@ jobs:
13
fail-fast: false
14
matrix:
15
# normal, highest, non-dev installs
16
- php-version: [ '8.3' ]
+ php-version: [ '8.4' ]
17
dependency-versions: [ 'highest' ]
18
include:
19
- # testing lowest PHP version with the lowest dependencies
20
- - php-version: '8.3'
21
- dependency-versions: 'lowest'
22
-
23
# testing dev versions with the highest PHP
24
- php-version: '8.4'
25
dependency-versions: 'highest'
0 commit comments