Skip to content

Commit

Permalink
Run github actions on php 8.3 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jan 5, 2023
1 parent 79a4a84 commit 15babff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
max-parallel: 15
matrix:
operating-system: [ubuntu-22.04, macos-11]
php-version: ["8.1"]
php-version: ["8.1", "8.2"]
allow-failure: [false]
include:
- php-version: 8.2
- php-version: 8.3
operating-system: ubuntu-22.04
allow-failure: true
- php-version: 8.2
- php-version: 8.3
operating-system: macos-11
allow-failure: true
name: Test PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: 8.1
php-version: 8.2

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 15babff

Please sign in to comment.