14
14
continue-on-error : ${{ matrix.experimental }}
15
15
strategy :
16
16
matrix :
17
- php-version : ["7.2", "7.3", "7.4", "8.0", "8.1"]
17
+ php-version : ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
18
18
os : [ubuntu-latest]
19
19
experimental : [false]
20
20
composer-options : ['']
@@ -52,12 +52,12 @@ jobs:
52
52
strategy :
53
53
fail-fast : false
54
54
matrix :
55
- php-version : ["7.2", "7.3", "7.4", "8.0"]
55
+ php-version : ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
56
56
os : [ubuntu-latest]
57
57
experimental : [false]
58
58
composer-options : ['']
59
59
include :
60
- - { php-version: '8.1 ', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
60
+ - { php-version: 'nightly ', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
61
61
steps :
62
62
- uses : actions/checkout@v3
63
63
- name : Use php ${{ matrix.php-version }}
@@ -83,12 +83,12 @@ jobs:
83
83
strategy :
84
84
fail-fast : false
85
85
matrix :
86
- php-version : ["7.2", "7.3", "7.4", "8.0"]
86
+ php-version : ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
87
87
os : [ubuntu-latest]
88
88
experimental : [false]
89
89
composer-options : ['']
90
90
include :
91
- - { php-version: '8.1 ', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
91
+ - { php-version: 'nightly ', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
92
92
steps :
93
93
- uses : actions/checkout@v3
94
94
- name : Use php ${{ matrix.php-version }}
@@ -118,12 +118,12 @@ jobs:
118
118
strategy :
119
119
fail-fast : false
120
120
matrix :
121
- php-version : ["7.2", "7.3", "7.4", "8.0"]
121
+ php-version : ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
122
122
os : [ubuntu-latest]
123
123
experimental : [false]
124
124
composer-options : ['']
125
125
include :
126
- - { php-version: '8.1 ', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
126
+ - { php-version: 'nightly ', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
127
127
steps :
128
128
- uses : actions/checkout@v3
129
129
- name : Use php ${{ matrix.php-version }}
0 commit comments