Skip to content

Commit d714741

Browse files
committed
Update build for PHP 8.2
1 parent b2e3f6d commit d714741

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test_develop_and_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['8.1', '8.2', '8.3', '8.4']
15+
php: ['8.2', '8.3', '8.4', '8.5']
1616

1717
steps:
1818
- name: Set up PHP
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
strategy:
6767
matrix:
68-
php: ['8.1']
68+
php: ['8.2']
6969

7070
steps:
7171
- name: Set up PHP

.github/workflows/test_other_branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['8.1', '8.2', '8.3', '8.4']
15+
php: ['8.2', '8.3', '8.4', '8.5']
1616

1717
steps:
1818
- name: Set up PHP

.github/workflows/test_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: ['8.1', '8.2', '8.3', '8.4']
11+
php: ['8.2', '8.3', '8.4', '8.5']
1212

1313
steps:
1414
- name: Set up PHP
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
strategy:
6363
matrix:
64-
php: ['8.1']
64+
php: ['8.2']
6565

6666
steps:
6767
- name: Set up PHP

tests/coding_standard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ruleset name="IterToolsPHP">
33
<description>The coding standard for IterTools PHP.</description>
44

5-
<config name="php_version" value="80100"/>
5+
<config name="php_version" value="80200"/>
66

77
<rule ref="PSR12">
88
<!-- Welcome to the future where we have HD wide-screen monitors -->

0 commit comments

Comments
 (0)