Skip to content

Commit

Permalink
Github is also allowed in 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzijderveld committed Mar 8, 2024
1 parent 0f4df45 commit 8ee363c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ on:
jobs:
tests:
name: "Run tests"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand All @@ -40,14 +39,14 @@ jobs:

coding-standards:
name: "Coding standards"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.0"
php-version: "8.3"
coverage: "none"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v3"
Expand All @@ -66,14 +65,14 @@ jobs:

static-analysis:
name: "Static analysis"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.0"
php-version: "8.3"
coverage: "none"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v3"
Expand Down

0 comments on commit 8ee363c

Please sign in to comment.