Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test with PHP 8.2 #13

Merged
merged 1 commit into from
Jul 3, 2023
Merged

test with PHP 8.2 #13

merged 1 commit into from
Jul 3, 2023

Conversation

mathroc
Copy link
Member

@mathroc mathroc commented Jul 3, 2023

No description provided.

Copy link
Contributor

@kylekatarnls kylekatarnls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

          key: ${{ runner.os }}-php-${{ hashFiles('tools/apigen/composer.lock') }}
          restore-keys: |
            ${{ runner.os }}-php-

should be:

          key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('tools/apigen/composer.lock') }}
          restore-keys: |
            ${{ runner.os }}-php-${{ matrix.php-versions }}-

So GitHub Actions does not share the same cache for both PHP 8.1 and 8.2.

@mathroc mathroc force-pushed the php82 branch 6 times, most recently from 9968251 to a40b335 Compare July 3, 2023 21:05
@mathroc mathroc merged commit 15213b0 into texthtml:main Jul 3, 2023
5 checks passed
@mathroc mathroc temporarily deployed to github-pages July 3, 2023 21:12 — with GitHub Actions Inactive
@mathroc mathroc deleted the php82 branch July 3, 2023 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants