Skip to content

Commit 7d15bcf

Browse files
Chris53897Chris8934jbelien
authored
chore: fix ci-deprecations, add test-runs for php 8.3 (#22)
* chore: fix ci-deprecations, add test-runs for php 8.3 * Update .github/workflows/php.yml Co-authored-by: Jonathan Beliën <jbelien@users.noreply.github.com> --------- Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de> Co-authored-by: Jonathan Beliën <jbelien@users.noreply.github.com>
1 parent 17a426d commit 7d15bcf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['7.4', '8.0', '8.1', '8.2']
15+
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Use PHP ${{ matrix.php-version }}
1919
uses: shivammathur/setup-php@v2
2020
with:
@@ -31,11 +31,11 @@ jobs:
3131
runs-on: ubuntu-latest
3232
name: PHPStan
3333
steps:
34-
- uses: actions/checkout@v3
35-
- name: Use PHP 8.2
34+
- uses: actions/checkout@v4
35+
- name: Use PHP 8.3
3636
uses: shivammathur/setup-php@v2
3737
with:
38-
php-version: 8.2
38+
php-version: 8.3
3939
extensions: curl
4040
- name: Install dependencies
4141
run: composer install --no-progress

0 commit comments

Comments
 (0)