We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeea45e commit 08f4799Copy full SHA for 08f4799
1 file changed
.github/workflows/ci.yaml
@@ -68,7 +68,7 @@ jobs:
68
- php-version: '7.1.3'
69
dependency-versions: 'lowest' # Lowest possible configuration
70
- php-version: '7.4' # Highest possible 7 version
71
- - php-version: '8.3' # Highest possible 8 version
+ - php-version: '8.4' # Highest possible 8 version
72
73
steps:
74
- name: 'Checkout code'
@@ -108,7 +108,7 @@ jobs:
108
fail-fast: false
109
matrix:
110
php-version:
111
- - '8.3'
+ - '8.4'
112
113
114
0 commit comments