diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 863028d..5f82b6f 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -20,7 +20,7 @@ jobs: matrix: php-version: ['8.3', '8.4', '8.5'] - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0 + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.1 with: php-version: ${{ matrix.php-version }} @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0 + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.1 with: enable_eslinter: false enable_jsonlinter: true @@ -53,7 +53,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} extensions: ctype, date, dom, fileinfo, filter, hash, json, mbstring, mysql, openssl, pcre,\ - pdo, pdo_sqlite, posix, soap, spl, xdebug, xml + pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml tools: composer ini-values: error_reporting=E_ALL, pcov.directory=. coverage: pcov @@ -94,7 +94,7 @@ jobs: - name: Save coverage data if: ${{ matrix.php-versions == '8.5' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-data path: ${{ github.workspace }}/build @@ -188,7 +188,7 @@ jobs: run: composer install --no-progress --prefer-dist --optimize-autoloader - name: Check code for hard dependencies missing in composer.json - run: composer-require-checker check --config-file tools/composer-require-checker.json composer.json + run: composer-require-checker check composer.json - name: Check code for unused dependencies in composer.json run: | @@ -264,7 +264,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: coverage-data path: ${{ github.workspace }}/build diff --git a/.php_cs.dist b/.php_cs.dist index d2968e5..4d8ae39 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -2,8 +2,8 @@ $finder = PhpCsFixer\Finder::create() ->in([ - __DIR__ . '/lib', __DIR__ . '/metadata/simplesamlphp', + __DIR__ . '/src', __DIR__ . '/stubs', __DIR__ . '/tests', ]) diff --git a/1 b/1 new file mode 100644 index 0000000..f13d063 --- /dev/null +++ b/1 @@ -0,0 +1,35 @@ +pick a6e6d49 Add support for PHPunit 13 +pick e0061f5 Move contents of lib-dir to src-dir +pick 61fddec Fix CI +s 08712a5 Fix CI + +# Rebase 720ccf7..08712a5 onto 720ccf7 (4 commands) +# +# Commands: +# p, pick = use commit +# r, reword = use commit, but edit the commit message +# e, edit = use commit, but stop for amending +# s, squash = use commit, but meld into previous commit +# f, fixup [-C | -c] = like "squash" but keep only the previous +# commit's log message, unless -C is used, in which case +# keep only this commit's message; -c is same as -C but +# opens the editor +# x, exec = run command (the rest of the line) using shell +# b, break = stop here (continue rebase later with 'git rebase --continue') +# d, drop = remove commit +# l, label