Skip to content

Commit

Permalink
[TASK] Switch more CI jobs to PHP 8.1 (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Oct 7, 2022
1 parent ace4056 commit 8f5e428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
php-version:
- '7.4'
- '8.1'

steps:
- name: Checkout
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
php-version:
- '7.4'
- '8.1'

steps:
- name: Checkout
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- psalm
- sniff
php-version:
- '7.4'
- '8.1'

steps:
- name: Checkout
Expand Down

0 comments on commit 8f5e428

Please sign in to comment.