Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 7, 2024
1 parent ad4f4b8 commit 4303b3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
tests:
name: "CI"

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: "Checkout"
Expand All @@ -23,7 +23,7 @@ jobs:
with:
coverage: "none"
extensions: "intl, zip, apcu"
php-version: "8.1"
php-version: "8.3"
tools: composer
ini-values: apc.enable_cli=1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
coverage: "none"
extensions: "intl"
php-version: "8.1"
php-version: "8.3"

- name: "Lint PHP files"
run: "find src/ -type f -name '*.php' -print0 | xargs -0 -L1 -P4 -- php -l -f"
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
coverage: "none"
extensions: "intl, zip, apcu"
php-version: "8.1"
php-version: "8.3"
tools: composer
ini-values: apc.enable_cli=1

Expand Down

0 comments on commit 4303b3e

Please sign in to comment.