Skip to content

Commit 8132b18

Browse files
authored
composer update (#19)
* composer update * bump php version * remove dead repo
1 parent 1fcc014 commit 8132b18

File tree

3 files changed

+288
-536
lines changed

3 files changed

+288
-536
lines changed

.github/workflows/test-impact.yml

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up PHP
4242
uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: 8.1
44+
php-version: 8.2
4545
coverage: none
4646
tools: phpstan
4747
env:
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up PHP
7373
uses: shivammathur/setup-php@v2
7474
with:
75-
php-version: 8.1
75+
php-version: 8.2
7676
coverage: none
7777
tools: phpstan
7878
env:
@@ -89,38 +89,6 @@ jobs:
8989
- name: Run PHPStan
9090
run: vendor/bin/phpstan analyze
9191

92-
execute_php_flickr:
93-
name: 1️⃣ PHP - php-flickr-justified-layout
94-
runs-on: ubuntu-latest
95-
needs:
96-
- kill_previous
97-
steps:
98-
- name: Extract branch name
99-
shell: bash
100-
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
101-
id: extract_branch
102-
103-
- name: Set up PHP
104-
uses: shivammathur/setup-php@v2
105-
with:
106-
php-version: 8.1
107-
coverage: none
108-
tools: phpstan
109-
env:
110-
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111-
112-
- name: Checkout code
113-
uses: actions/checkout@v3
114-
with:
115-
repository: 'LycheeOrg/php-flickr-justified-layout'
116-
117-
- name: Fix composer.json
118-
run: composer require --dev -W "lychee-org/phpstan-lychee":"dev-${{ steps.extract_branch.outputs.branch }}"
119-
120-
- name: Run PHPStan
121-
run: composer phpstan
122-
123-
12492
execute_nested_sets:
12593
if: ${{ false }} # disable for now
12694
name: 1️⃣ PHP - Nested sets
@@ -136,7 +104,7 @@ jobs:
136104
- name: Set up PHP
137105
uses: shivammathur/setup-php@v2
138106
with:
139-
php-version: 8.1
107+
php-version: 8.2
140108
coverage: none
141109
tools: phpstan
142110
env:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"config": {
3131
"platform": {
32-
"php": "8.1"
32+
"php": "8.2"
3333
},
3434
"preferred-install": "dist",
3535
"sort-packages": true,

0 commit comments

Comments
 (0)