Skip to content

Commit

Permalink
Use wp_safe_remote_get() to retreive remote .ics data (#2614)
Browse files Browse the repository at this point in the history
* Use wp_safe_remote_get() to retreive remote .ics data

* Remove unused code for local .ics file

* Update comment

* Update ical parser classes

* Exclude ical parser directory from phpcs

* Update wordpress/compose and wordpress/env

* Bump wordpress/env to 10.1.0

* Bump node to 18

* Bump wordpress/scripts

* Add WordPress 6.5 to the e2e test

* Add 6.5 to test-php workflow

* Update unit test

* Update syntax

* Update syntax

* Revert gist user

* Add conditional test

* Remove 6.5

* Remove 6.5
  • Loading branch information
EvanHerman authored Jun 24, 2024
1 parent b800b9b commit c75d400
Show file tree
Hide file tree
Showing 9 changed files with 5,100 additions and 4,647 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
wp: # Test against Prev-Prev Major, Prev-Major, and current Major release versions.
- "6.3"
- "6.4"
- "6.5"
theme:
- "https://downloads.wordpress.org/theme/go.zip"
- "" # Default theme is TwentyTwentyThree
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php: ['7.4','8.3']
wp: ['6.4'] # TODO: Add 6.5 when released
wp: ['6.4'] # TODO: Add 6.6 when released
name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }}
uses: ./.github/workflows/test-php-unit.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
Loading

0 comments on commit c75d400

Please sign in to comment.