Skip to content

Commit

Permalink
Check PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Nov 4, 2023
1 parent 86dc924 commit 77152d8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ name: CI
on:
pull_request:
push:
branches:
- master
workflow_dispatch:

jobs:
testsuite:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '8.2']
php-version: ['7.3', '8.2', '8.3']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -44,7 +42,7 @@ jobs:

validation:
name: Coding Standard & Static Analysis
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand All @@ -66,7 +64,7 @@ jobs:
run: composer cs-check

prefer-lowest:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -76,7 +74,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 77152d8

Please # to comment.