File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1+ /.github / export-ignore
2+ /tests / export-ignore
3+ /.gitattributes export-ignore
4+ /.gitignore export-ignore
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- php-versions : ['8.1 ', '8.2 ', '8.3 ']
10+ php-versions : ['8.2 ', '8.3 ', '8.4 ']
1111 fail-fast : false
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - uses : shivammathur/setup-php@v2
1515 with :
1616 php-version : ${{ matrix.php-versions }}
2626 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2727
2828 - name : Cache composer dependencies
29- uses : actions/cache@v3
29+ uses : actions/cache@v4
3030 with :
3131 path : ${{ steps.composercache.outputs.dir }}
3232 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -58,13 +58,13 @@ jobs:
5858
5959 - name : Archive logs
6060 if : ${{ failure() }}
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
63- name : logs
63+ name : logs-php-${{ matrix.php-versions }}
6464 path : vendor/endroid/quality/application/var/log
6565
6666 - name : Archive code coverage results
67- uses : actions/upload-artifact@v3
67+ uses : actions/upload-artifact@v4
6868 with :
69- name : coverage
69+ name : coverage-php-${{ matrix.php-versions }}
7070 path : tests/coverage
Original file line number Diff line number Diff line change 1- Copyright 2023 (c) Jeroen van den Enden
1+ Copyright 2024 (c) Jeroen van den Enden
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " ^8.1 " ,
15+ "php" : " ^8.2 " ,
1616 "ext-fileinfo" : " *" ,
1717 "endroid/installer" : " ^1.3.1" ,
1818 "twig/twig" : " ^3.0"
You can’t perform that action at this time.
0 commit comments