Skip to content

Commit c98e110

Browse files
committed
asdf
1 parent a0bf6e7 commit c98e110

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
# normal, highest, non-dev installs
16-
php-version: [ '8.3' ]
16+
php-version: [ '8.4' ]
1717
dependency-versions: [ 'highest' ]
1818
include:
19-
# testing lowest PHP version with the lowest dependencies
20-
- php-version: '8.3'
21-
dependency-versions: 'lowest'
22-
2319
# testing dev versions with the highest PHP
2420
- php-version: '8.4'
2521
dependency-versions: 'highest'

0 commit comments

Comments
 (0)