Commit 9fe9d51 1 parent a815f85 commit 9fe9d51 Copy full SHA for 9fe9d51
File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 22
22
php-cs-fixer :
23
23
name : PHP-CS-Fixer
24
24
25
- runs-on : ubuntu-latest
25
+ runs-on : " ubuntu-24.04 "
26
26
27
27
steps :
28
28
- uses : actions/checkout@v3
35
35
phpstan :
36
36
name : PHPStan
37
37
38
- runs-on : ubuntu-latest
38
+ runs-on : " ubuntu-24.04 "
39
39
40
40
steps :
41
41
- uses : extractions/setup-just@v2
68
68
run : just lint
69
69
70
70
tests :
71
- runs-on : ubuntu-latest
71
+ runs-on : " ubuntu-24.04 "
72
72
73
73
strategy :
74
74
fail-fast : false
@@ -132,7 +132,7 @@ jobs:
132
132
(github.event_name == 'workflow_dispatch' || github.event_name == 'push') &&
133
133
startsWith(github.ref, 'refs/tags/v') &&
134
134
endsWith(github.actor, '-stripe')
135
- runs-on : ubuntu-latest
135
+ runs-on : " ubuntu-24.04 "
136
136
steps :
137
137
- uses : actions/checkout@v2
138
138
- uses : stripe/openapi/actions/notify-release@master
Original file line number Diff line number Diff line change 1
- import ? ' ../sdk-codegen/justfile'
2
-
3
1
set quiet
4
2
3
+ import ? ' ../sdk-codegen/utils.just'
4
+
5
5
# make vendored executables callable directly
6
6
export PATH := " vendor/bin:" + env_var (' PATH' )
7
7
@@ -26,10 +26,6 @@ ci-test autoload:
26
26
format * args : install
27
27
PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --using-cache=no {{ args }}
28
28
29
- # for backwards compatibility; ideally removed later
30
- [private ]
31
- alias codegen-format := format
32
-
33
29
# check formatting for, but don't modify, files
34
30
format-check : (format " --dry-run" )
35
31
You can’t perform that action at this time.
0 commit comments