Skip to content

Commit d4df72a

Browse files
authored
ci: Add PHP 8.3 to the matrix (#941)
2 parents ebe236c + d348097 commit d4df72a

File tree

6 files changed

+877
-598
lines changed

6 files changed

+877
-598
lines changed

.github/workflows/composer-root-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php: [ '8.2' ]
57+
php: [ '8.3' ]
5858

5959
steps:
6060
- name: Checkout
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup PHP
109109
uses: shivammathur/setup-php@v2
110110
with:
111-
php-version: '8.2'
111+
php-version: '8.3'
112112
tools: composer
113113
coverage: none
114114

.github/workflows/e2e-tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
matrix:
2525
php:
2626
- '8.2'
27+
- '8.3'
2728
steps:
2829
- name: Checkout
2930
uses: actions/checkout@v4
@@ -88,6 +89,7 @@ jobs:
8889
- 'e2e_037'
8990
php:
9091
- '8.2'
92+
- '8.3'
9193
composer:
9294
- 'composer:2.2'
9395
- 'composer'
@@ -138,7 +140,7 @@ jobs:
138140
run: sudo apt-get install -y tree
139141

140142
- name: Run e2e ${{ matrix.e2e }}
141-
run: make ${{ matrix.e2e }} --debug
143+
run: make ${{ matrix.e2e }}
142144

143145

144146
# Most of the job definitions come from https://github.com/sebastianbergmann/phpunit/blob/main/.github/workflows/ci.yml#L228
@@ -155,7 +157,7 @@ jobs:
155157
fail-fast: false
156158
matrix:
157159
php-version:
158-
- '8.2'
160+
- '8.3'
159161
coverage:
160162
- xdebug
161163

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup PHP
4949
uses: shivammathur/setup-php@v2
5050
with:
51-
php-version: '8.2'
51+
php-version: '8.3'
5252
tools: composer
5353
coverage: none
5454

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup PHP
3030
uses: shivammathur/setup-php@v2
3131
with:
32-
php-version: '8.2'
32+
php-version: '8.3'
3333
tools: composer
3434
coverage: none
3535

@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup PHP
5454
uses: shivammathur/setup-php@v2
5555
with:
56-
php-version: '8.2'
56+
php-version: '8.3'
5757
tools: composer
5858
coverage: none
5959

@@ -68,6 +68,7 @@ jobs:
6868
matrix:
6969
php:
7070
- '8.2'
71+
- '8.3'
7172
symfony:
7273
- 'unchanged'
7374
- '6.4.*'

0 commit comments

Comments
 (0)