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 2d0de73 commit 916dc98Copy full SHA for 916dc98
.github/workflows/test.yml
@@ -18,10 +18,10 @@ jobs:
18
key: cache-v1 # can be any string, change to clear the extension cache.
19
strategy:
20
matrix:
21
- php-versions: ['7.4', '8.0', '8.1']
+ php-versions: ['8.0', '8.1', '8.2']
22
experimental: [ false ]
23
include:
24
- - php-versions: 8.2
+ - php-versions: 8.3
25
experimental: true
26
steps:
27
- name: Checkout
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
- php-versions: ['8.1']
+ php-versions: ['8.2']
101
102
103
uses: actions/checkout@v2
0 commit comments