Skip to content

Commit

Permalink
Fix. Code. Try to use other ubuntu image in github action #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Oct 14, 2024
1 parent 270d233 commit 9db1755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env: # environment variables (available in any part of the action)
jobs:
build:
name: PHPUnit, PHPCS, Psalm
runs-on: ubuntu-jammy
runs-on: ubuntu-22.04
env:
DB_CONNECTION: mysql
DB_HOST: localhost
Expand Down

0 comments on commit 9db1755

Please sign in to comment.