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 3b79752 commit 11bb8fcCopy full SHA for 11bb8fc
.github/workflows/test.yml
@@ -30,11 +30,12 @@ jobs:
30
- '7.4'
31
- '8.0'
32
- '8.1'
33
- # PHP 8.2 is tested in coverage section
+ - '8.2'
34
+ # PHP 8.3 is tested in coverage section
35
experimental: [false]
36
37
include:
- - php: '8.3'
38
+ - php: '8.4'
39
experimental: true
40
41
name: "Test on PHP ${{ matrix.php }}"
@@ -84,7 +85,7 @@ jobs:
84
85
matrix:
86
87
- php: 5.3
- - php: 8.2
88
+ - php: 8.3
89
name: "Coverage on PHP ${{ matrix.php }}"
90
steps:
91
- name: Checkout code
0 commit comments