mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Workflow: Use Latest Ubuntu
Also, apt update before install.
This commit is contained in:
parent
c7114df136
commit
30f7d60cc4
@ -4,7 +4,7 @@ on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
security-checker:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@ -12,7 +12,7 @@ jobs:
|
||||
uses: symfonycorp/security-checker-action@v5
|
||||
|
||||
larastan:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
run: ./vendor/bin/phpstan analyse -c ./phpstan.neon --no-progress --error-format=github
|
||||
|
||||
pint-fixer:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
@ -4,7 +4,7 @@ on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
laravel-tests:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:8.3
|
||||
@ -20,7 +20,7 @@ jobs:
|
||||
steps:
|
||||
- name: Verify MySQL connection
|
||||
run: |
|
||||
apt-get install -y mysql-client
|
||||
apt-get update && apt-get install -y mysql-client
|
||||
mysql --version
|
||||
mysql --host 127.0.0.1 --port 3306 -uuser -ppassword -e "SHOW DATABASES"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user